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