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/binutils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/binutils/Makefile.am') diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am index 51501299e7..0e4453bdfb 100644 --- a/scripts/binutils/Makefile.am +++ b/scripts/binutils/Makefile.am @@ -11,7 +11,7 @@ SUBPACKAGES = binutils.add \ binutils.spec.in: $(SUBPACKAGES) cat $^ > $@ -CLEANFILES += binutils.spec.in +CLEANFILES = binutils.spec.in MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \ $(top_builddir)/setup.cache -- cgit v1.2.3