Switch to using OS_ARCH instead of shell command. r=ramiro
git-svn-id: svn://10.0.0.236/trunk@8229 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
191fdd6738
commit
41f3bf64df
@ -17,7 +17,9 @@
|
||||
|
||||
DEPTH = ..
|
||||
|
||||
ifeq ($(shell uname -s),Rhapsody)
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
ifeq ($(OS_ARCH),Rhapsody)
|
||||
DIRS = ybfe
|
||||
else
|
||||
DIRS = xfe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user