]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/dladdr/Makefile
dyld-195.5.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dladdr / Makefile
index 3a6122055579a269893161b6ec0d669e243bfaed..fb05db114b578b1f0f58c1dcf8c84a25ad806070 100644 (file)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+# Copyright (c) 2005-2009 Apple Inc. All rights reserved.
 #
 # @APPLE_LICENSE_HEADER_START@
 # 
@@ -29,7 +29,7 @@ check:
        ./main
 
 all:
-       ${CC} ${CCFLAGS} -Wno-deprecated-declarations -g -I${TESTROOT}/include -o main main.c -mmacosx-version-min=10.5
+       ${CC} ${CCFLAGS} -Wno-deprecated-declarations -g -I${TESTROOT}/include -o main main.c
        
 
 clean: