summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib
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/gccnewlib
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/gccnewlib')
-rw-r--r--scripts/gccnewlib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gccnewlib/Makefile.am b/scripts/gccnewlib/Makefile.am
index 273d144b54..210c722ca6 100644
--- a/scripts/gccnewlib/Makefile.am
+++ b/scripts/gccnewlib/Makefile.am
@@ -16,7 +16,7 @@ SUBPACKAGES = gccnewlib.add \
gccnewlib.spec.in: $(SUBPACKAGES)
cat $^ \
| sed -e 's%@GCCLANGS@%%g' > $@
-CLEANFILES += gccnewlib.spec.in
+CLEANFILES = gccnewlib.spec.in
gccnewlib_c_only.spec.in: gccnewlib.add base-gcc.add target-gcc.add
cat $^ \