]> git.saurik.com Git - apple/file_cmds.git/blobdiff - cp/Makefile
file_cmds-212.1.tar.gz
[apple/file_cmds.git] / cp / Makefile
index 7ca7ec8940e131a973bc45c7f357819bedd61b44..3975d2a8a8e47849fde340af6fdbe8099c0fedef 100644 (file)
@@ -4,8 +4,7 @@ Install_Dir = /bin
 CFILES = cp.c utils.c
 MANPAGES = cp.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