]> git.saurik.com Git - apple/system_cmds.git/blobdiff - hostinfo.tproj/Makefile
system_cmds-541.tar.gz
[apple/system_cmds.git] / hostinfo.tproj / Makefile
index 2b6dcc4432fdadcc008291dc4da84ba06600654e..376371d30fa0e6cc34d24e0b5d28fe90f8070960 100644 (file)
@@ -4,7 +4,7 @@ Install_Dir = /usr/bin
 CFILES = hostinfo.c
 MANPAGES = hostinfo.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