From c22315924b3afee7ce2b4b2ef1ca94fbeecffbc8 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 23 Mar 2002 04:52:02 +0000 Subject: [PATCH] Fix setting of CLEANFILES. --- gnu/usr.bin/binutils/gdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 752738b7d72e..0269302c73f3 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