summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:30:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:30:27 +0000
commit0671af64eaf164d6e49eb25ecbb6e3bf30cea086 (patch)
treeb944ddc54141ffbdb5a41cb482fa55d87bb6e8af /scripts/gdb/Makefile.am
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0671af64eaf164d6e49eb25ecbb6e3bf30cea086.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am: Initially setup CLEANFILES using = instead of += to make automake-1.5 happy.
Diffstat (limited to 'scripts/gdb/Makefile.am')
-rw-r--r--scripts/gdb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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