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