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