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