]> git.saurik.com Git - apple/file_cmds.git/blobdiff - compress/Makefile
file_cmds-212.tar.gz
[apple/file_cmds.git] / compress / Makefile
index 3ed5f11f35af2827aebc56725e0e7639a20715ac..f334eb5f1a2059bf5d5a3430e023e945277fa8de 100644 (file)
@@ -4,7 +4,7 @@ Install_Dir = /usr/bin
 CFILES = compress.c zopen.c
 MANPAGES = compress.1 uncompress.1 zopen.3
 
-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