]> git.saurik.com Git - apple/system_cmds.git/blobdiff - makekey.tproj/Makefile
system_cmds-541.tar.gz
[apple/system_cmds.git] / makekey.tproj / Makefile
index c35c1f364b7df995b27621a404e0daa899a52616..fee842d6de0f5f1e840b9ed5fc9b3c63cf263a1f 100644 (file)
@@ -4,7 +4,7 @@ Install_Dir = /usr/libexec
 CFILES = makekey.c
 MANPAGES = makekey.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