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