X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/39a8cd101b922f08058746122efff58c14b57605..19894a1236eae932b4028640f24ab843f691d4e4:/unit-tests/test-cases/crt-argv-NULL/Makefile diff --git a/unit-tests/test-cases/crt-argv-NULL/Makefile b/unit-tests/test-cases/crt-argv-NULL/Makefile index 9d8dd59..f1865bb 100644 --- a/unit-tests/test-cases/crt-argv-NULL/Makefile +++ b/unit-tests/test-cases/crt-argv-NULL/Makefile @@ -1,5 +1,5 @@ ## -# Copyright (c) 2007 Apple Inc. All rights reserved. +# Copyright (c) 2007-2009 Apple Inc. All rights reserved. # # @APPLE_LICENSE_HEADER_START@ # @@ -30,19 +30,16 @@ include ${TESTROOT}/include/common.makefile all-check: all check check: - ${TESTROOT}/bin/exit-zero-pass.pl "crt-argv-NULL main-10.4" "crt-argv-NULL main-10.4" ./main-10.4 - ${TESTROOT}/bin/exit-zero-pass.pl "crt-argv-NULL main-10.5" "crt-argv-NULL main-10.5" ./main-10.5 + ${TESTROOT}/bin/exit-zero-pass.pl "crt-argv-NULL main" "crt-argv-NULL main" ./main -all: main-10.4 main-10.5 +all: main -main-10.4: main.c - ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main-10.4 main.c -mmacosx-version-min=10.4 -main-10.5: main.c - ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main-10.5 main.c -mmacosx-version-min=10.5 +main: main.c + ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c clean: - ${RM} ${RMFLAGS} *~ main-10.4 main-10.5 + ${RM} ${RMFLAGS} *~ main