From 0671af64eaf164d6e49eb25ecbb6e3bf30cea086 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:30:27 +0000 Subject: 2001-09-22 Ralf Corsepius * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am: Initially setup CLEANFILES using = instead of += to make automake-1.5 happy. --- scripts/gdb/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gdb/Makefile.am') diff --git a/scripts/gdb/Makefile.am b/scripts/gdb/Makefile.am index 319af77bb8..4cf6db85bd 100644 --- a/scripts/gdb/Makefile.am +++ b/scripts/gdb/Makefile.am @@ -10,7 +10,7 @@ SUBPACKAGES = gdb.add base-gdb.add target-gdb.add gdb.spec.in: $(SUBPACKAGES) cat $^ > $@ -CLEANFILES += gdb.spec.in +CLEANFILES = gdb.spec.in MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \ $(top_builddir)/setup.cache -- cgit v1.2.3