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