mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 16:03:21 +00:00
Adding ybfe, YellowBox/Rhapsody front-end
This commit is contained in:
parent
557c476a3e
commit
eb360b0de2
10
cmd/Makefile
10
cmd/Makefile
@ -16,6 +16,14 @@
|
||||
#
|
||||
|
||||
DEPTH = ..
|
||||
DIRS = xfe patcher
|
||||
|
||||
ifeq ($(shell uname -s),Rhapsody)
|
||||
DIRS = ybfe
|
||||
else
|
||||
DIRS = xfe
|
||||
endif
|
||||
|
||||
DIRS += patcher
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user