]> git.saurik.com Git - apple/file_cmds.git/blobdiff - mv/Makefile
file_cmds-212.1.tar.gz
[apple/file_cmds.git] / mv / Makefile
index 635b9abf7b7a56b31a2b547d25266c3f14032a71..25de54852edd15e1215bacf120cbae4486991e22 100644 (file)
@@ -4,8 +4,7 @@ Install_Dir = /bin
 CFILES = mv.c
 MANPAGES = mv.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