]> git.saurik.com Git - apple/file_cmds.git/blobdiff - ln/Makefile
file_cmds-212.tar.gz
[apple/file_cmds.git] / ln / Makefile
index 42c5c4652648d6a275df0e2fdc5280554ddc4503..d78e834b7f40e513fd961a45957a88140dc10ec8 100644 (file)
@@ -4,7 +4,7 @@ Install_Dir = /bin
 CFILES = ln.c
 MANPAGES = ln.1 symlink.7
 
-Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
+Extra_CC_Flags = -Werror -Wall -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make