]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - path_helper/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / path_helper / Makefile
index 6979d342120bb2fdc21635ad1126660ead86d7ca..b4d53faca9846b812eb6e1e60932aad55307ca76 100644 (file)
@@ -4,7 +4,7 @@ Install_Dir = /usr/libexec
 CFILES = path_helper.c
 MANPAGES = path_helper.8
 
-Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_CC_Flags = -Wall -Werror
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make