summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-23 04:52:02 +0000
committerobrien <obrien@FreeBSD.org>2002-03-23 04:52:02 +0000
commitc22315924b3afee7ce2b4b2ef1ca94fbeecffbc8 (patch)
treec3fa63295b3fcbcf4bcf260106bbedf0811c65f3 /gnu/usr.bin
parent3662a2ea16cfa093bdeccfd5fc2e594b4b3541e4 (diff)
downloadFreeBSD-src-c22315924b3afee7ce2b4b2ef1ca94fbeecffbc8.zip
FreeBSD-src-c22315924b3afee7ce2b4b2ef1ca94fbeecffbc8.tar.gz
Fix setting of CLEANFILES.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 752738b..0269302 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -67,7 +67,7 @@ CFLAGS+= -DNO_MMALLOC
YFLAGS=
CLEANFILES= init.c init.c-tmp wait.h
-CLEANFILES= findvar%UAfix.c
+CLEANFILES+= findvar%UAfix.c
# We do this by grepping through sources. If that turns out to be too slow,
# maybe we could just require every .o file to have an initialization routine
OpenPOWER on IntegriCloud