]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/prebased-performance/Makefile
dyld-95.3.tar.gz
[apple/dyld.git] / unit-tests / test-cases / prebased-performance / Makefile
index f895d900b2f70d522aedfa322a92dfce6e018a21..b469f9f87d545eaceb335d6dd2b68c07a8f67711 100644 (file)
@@ -25,10 +25,10 @@ include ${TESTROOT}/include/common.makefile
 
 DYLIB_BASES_ADDRESS = 0x10000000
 
-ifeq "-arch ppc64" "$(ARCH)"
+ifeq "ppc64" "$(ARCH)"
        DYLIB_BASES_ADDRESS = 0x300000000
 else 
-       ifeq "-arch x86_64" "$(ARCH)"
+       ifeq "x86_64" "$(ARCH)"
                DYLIB_BASES_ADDRESS = 0x300000000
        endif
 endif