diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-03-30 23:50:23 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-03-30 23:50:23 +0000 |
commit | 59f4cb814dffd0fdde3c6d489c893c2cb67f3fc2 (patch) | |
tree | 10dd676fe27eeae3526bd1b656f1cf7e9e25b69b /gnu/lib | |
parent | 8ee97b1290deddeff3de89007ded526a0b59ed8e (diff) | |
download | FreeBSD-src-59f4cb814dffd0fdde3c6d489c893c2cb67f3fc2.zip FreeBSD-src-59f4cb814dffd0fdde3c6d489c893c2cb67f3fc2.tar.gz |
Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.
Reviewed by: emaste, hselasky (partial), brooks (brief)
Discussed on: arch@
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D5742
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/csu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 92d49dc..431baac 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -22,7 +22,6 @@ CFLAGS+= -fno-inline-functions -fno-exceptions \ CFLAGS+= -I${GCCLIB}/include -I${GCCDIR}/config -I${GCCDIR} -I. \ -I${CCDIR}/cc_tools CRTS_CFLAGS= -DCRTSTUFFS_O -DSHARED ${PICFLAG} -MKDEP= -DCRT_BEGIN .if ${TARGET_CPUARCH} == "arm" CFLAGS+= -DTARGET_ARM_EABI |