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