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