]> git.saurik.com Git - apple/file_cmds.git/blobdiff - stat/Makefile
file_cmds-212.1.tar.gz
[apple/file_cmds.git] / stat / Makefile
index 9afcd22ea54bfb8722e393aae49c592c1d31f400..005eb796573c2f9d2adea8e6bdeac4cb1456a31d 100644 (file)
@@ -4,8 +4,7 @@ Install_Dir = /usr/bin
 CFILES = stat.c
 MANPAGES = stat.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