]> git.saurik.com Git - apple/file_cmds.git/blobdiff - ipcrm/Makefile
file_cmds-212.1.tar.gz
[apple/file_cmds.git] / ipcrm / Makefile
index eedfdbbfbaebc2780e4904af0871e37ab0c567e6..ee49747c1c895f7c4c8e48c50fffa046e263d181 100644 (file)
@@ -4,8 +4,7 @@ Install_Dir = /usr/bin
 CFILES = ipcrm.c
 MANPAGES = ipcrm.1
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic \
-        -D__FBSDID=__RCSID
+Extra_CC_Flags = -Werror -Wall -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make