]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - false/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / false / Makefile
index 06d5145fd00f5f6540cf784fba7787c5c6749ee4..e6448b31fe9ef4315ed26ca5d0b590ffb7320388 100644 (file)
@@ -4,7 +4,7 @@ Install_Dir = /usr/bin
 CFILES = false.c
 MANPAGES = false.1
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic
+Extra_CC_Flags = -Wall
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make