diff options
| author | tron <tron@NetBSD.org> | 2004-12-16 17:10:24 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 2004-12-16 17:10:24 +0000 |
| commit | bdfdbe0a88ae3c3b3dd5c9e522b654e93e8bcb18 (patch) | |
| tree | 30135518a53e6c5b167a682fbd9a175688ad76cb /gnu/usr.bin/binutils | |
| parent | f314fbb0f15201bf2250204249195d9f38ffba72 (diff) | |
Remove "tmpdir" in "cleandir" target.
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 95b233de4c9..d572912f4fc 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/12/12 12:43:06 mrg Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/16 17:10:24 tron Exp $ .include <bsd.own.mk> @@ -92,4 +92,4 @@ e${f}.c: ${DIST}/ld/genscripts.sh ${.CURDIR}/Makefile stringify.sed cleanprog: __cleanldscripts __cleanldscripts: - -rm -rf ldscripts + -rm -rf ldscripts tmpdir |
