]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/bundle-reload/Makefile
dyld-95.3.tar.gz
[apple/dyld.git] / unit-tests / test-cases / bundle-reload / Makefile
index 194c744a2e9e88ad28a792347fdff9b5c181db65..97eb0d5ca5b05c1dfd11eb4bfc0df779bc11ca18 100644 (file)
@@ -23,7 +23,7 @@
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
-ifeq "-arch ppc" "$(ARCH)"
+ifeq "ppc" "$(ARCH)"
        CXX_VERSION = g++-3.3 
 else 
        CXX_VERSION = ${CXX} 
@@ -35,7 +35,7 @@ run: all
 all: main test.bundle
 
 main : main.c
-       ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c
+       ${CC} ${CCFLAGS} -Wno-deprecated-declarations -I${TESTROOT}/include -o main main.c
 
 test.bundle : bundle.cxx
        ${CXX} ${CXXFLAGS} -bundle -o test.bundle bundle.cxx