summaryrefslogtreecommitdiffstats
path: root/gnu/lib/csu
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-26 14:15:01 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-26 14:15:01 +0000
commit79975403f0ad8b40975ba84c3fa702599d938a5e (patch)
tree4cf170a650fe16118f58c509f97ab9f807aa5c1b /gnu/lib/csu
parent8f7e12f5afa0aac672f24d48ee96fe567948717e (diff)
downloadFreeBSD-src-79975403f0ad8b40975ba84c3fa702599d938a5e.zip
FreeBSD-src-79975403f0ad8b40975ba84c3fa702599d938a5e.tar.gz
Remove redundant .NOPATH.
All of these are already in CLEANFILES which is added to .NOPATH in bsd.obj.mk. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'gnu/lib/csu')
-rw-r--r--gnu/lib/csu/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index de78c7e..92d49dc 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -75,6 +75,4 @@ CLEANFILES+= tm.h tconfig.h options.h optionlist cs-tconfig.h cs-tm.h
tm.h tconfig.h options.h: ${CCDIR}/cc_tools/Makefile
(cd ${.CURDIR}; ${MAKE} -f ${.ALLSRC} MFILE=${.ALLSRC} GCCDIR=${GCCDIR} ${.TARGET})
-.NOPATH: ${CLEANFILES}
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud