summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 $< $@