forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user