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