]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - w/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / w / Makefile
index 3e9d9943d0ad6162885b707522086bd5214c9ff2..07927506981132a39f37436137238dd39c2e2d13 100644 (file)
@@ -7,7 +7,7 @@ MANPAGES = uptime.1 w.1
 
 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic \
+Extra_CC_Flags = -Wall \
        -no-cpp-precomp -Wno-error -DHAVE_KVM=0 -DHAVE_UTMPX=1
 Extra_LD_Flags = -dead_strip
 ifeq ($(Embedded),NO)