]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/bundle-reload/Makefile
dyld-46.16.tar.gz
[apple/dyld.git] / unit-tests / test-cases / bundle-reload / Makefile
index a32ecb56de24873573e311d44eeaf6d7ae8e535a..194c744a2e9e88ad28a792347fdff9b5c181db65 100644 (file)
@@ -38,7 +38,7 @@ main : main.c
        ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c
 
 test.bundle : bundle.cxx
-       ${CC} ${CXXFLAGS} -bundle -o test.bundle bundle.cxx
+       ${CXX} ${CXXFLAGS} -bundle -o test.bundle bundle.cxx
 
 clean:
        ${RM} ${RMFLAGS} *~ main test.bundle