X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/ddb4a88b2f582f98073e02a797c5299d71d9527e..f14763b62d364f4921ecf13fcfdc9e2996b8e35e:/logname/Makefile diff --git a/logname/Makefile b/logname/Makefile index 82fb31a..f64a48a 100644 --- a/logname/Makefile +++ b/logname/Makefile @@ -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