summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-14 18:15:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-14 18:15:35 +0000
commit541a45a291c72d0126336ff3f259f39bab6d59d0 (patch)
treed5df22ddecfea5759724b66188ca6038530b8932
parent2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-541a45a291c72d0126336ff3f259f39bab6d59d0.tar.bz2
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 08d78b9eeb..d8d92d15ae 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
+
+2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* wrapup/Makefile.am: Reflect new location of librdbg.a.
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index 8afe2648b1..0fa0e9fd9b 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -21,6 +21,7 @@ DISTCLEANFILES = make/@RTEMS_BSP@.cache
rtems_makedir = $(prefix)/make
rtems_make_customdir = $(rtems_makedir)/custom
rtems_make_custom_DATA = @CUSTOM_CFG_FILES@
+DISTCLEANFILES += @CUSTOM_CFG_FILES@
make/custom/default.cfg: $(srcdir)/make/custom/default.cfg.in
cp $< $@