]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/bundle-memory-load-fat/Makefile
dyld-360.22.tar.gz
[apple/dyld.git] / unit-tests / test-cases / bundle-memory-load-fat / Makefile
index 687eea699d8a9073c8862adc9cce9e5e576322a7..00641d0164f8ab52781bf73aca48a87b21103845 100644 (file)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+# Copyright (c) 2005-2011 Apple Inc. All rights reserved.
 #
 # @APPLE_LICENSE_HEADER_START@
 # 
@@ -23,7 +23,7 @@
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
-FATFLAGS = `lipo -detailed_info /usr/lib/libSystem.B.dylib | grep architecture | sed -e 's/architecture/-arch/'`
+FATFLAGS = $(shell ${LIPO} -detailed_info $(IOSROOT)/usr/lib/libSystem.B.dylib | grep architecture | sed -e 's/architecture/-arch/')
 
 all-check: all check
 
@@ -36,7 +36,9 @@ main : main.c
        ${CC} ${CCFLAGS}  -Wno-deprecated-declarations -I${TESTROOT}/include -o main main.c
 
 test.bundle : bundle.c
-       gcc ${FATFLAGS} -bundle -o test.bundle bundle.c
+       echo ${IOSROOT}
+       echo $(IOSROOT)
+       ${CC} ${FATFLAGS} -bundle -o test.bundle bundle.c
 
 clean:
        ${RM} ${RMFLAGS} *~ main test.bundle