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