]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/implicit-common3/Makefile
ld64-85.tar.gz
[apple/ld64.git] / unit-tests / test-cases / implicit-common3 / Makefile
index caed2d4d6761c34d1067574ffeeecab348d63b9d..6785960c42706f492c22bc80dfc2620c21fc6166 100644 (file)
@@ -37,7 +37,7 @@ all:
        ${FAIL_IF_BAD_OBJ} a-${ARCH}.o
        ${FAIL_IF_ERROR} ar -r libtest-${ARCH}.a test-${ARCH}.o 2>/dev/null
        ${FAIL_IF_ERROR} ranlib libtest-${ARCH}.a
-       ${CC} ${LDFLAGS} a-${ARCH}.o -L. -ltest-${ARCH} -o a-${ARCH}
+       ${CC} ${CCFLAGS} a-${ARCH}.o -L. -ltest-${ARCH} -o a-${ARCH}
        ${PASS_IFF_GOOD_MACHO} a-${ARCH}
 
 clean: