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