]> git.saurik.com Git - apple/file_cmds.git/blobdiff - du/Makefile
file_cmds-202.2.tar.gz
[apple/file_cmds.git] / du / Makefile
index 637be1b60745f9efa18be17b43afe153a1320a02..ca11e953aee4e18825278eed7a44eb55a0084349 100644 (file)
@@ -4,8 +4,7 @@ Install_Dir = /usr/bin
 CFILES = du.c
 MANPAGES = du.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