X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/40bf83fed3260cbe00f8bd41f2f5a5f622d625be..686e1a443a8b1ba83917c42879672abe732e955c:/dd/Makefile diff --git a/dd/Makefile b/dd/Makefile index caf5162..d7a181e 100644 --- a/dd/Makefile +++ b/dd/Makefile @@ -4,7 +4,7 @@ Install_Dir = /bin CFILES = args.c conv.c conv_tab.c dd.c misc.c position.c MANPAGES = dd.1 -Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE +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