]> git.saurik.com Git - apple/file_cmds.git/blobdiff - stat/Makefile
file_cmds-202.2.tar.gz
[apple/file_cmds.git] / stat / Makefile
index 9afcd22ea54bfb8722e393aae49c592c1d31f400..3b4de1df5d6454a473bddb82b3307b8b2fb3a9d1 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 -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make