summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.am
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 /c/src/Makefile.am
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.
Diffstat (limited to 'c/src/Makefile.am')
-rw-r--r--c/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 $< $@