2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
This commit is contained in:
Ralf Corsepius
2004-02-14 18:15:35 +00:00
parent 335cf3a481
commit 541a45a291
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
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.

View File

@@ -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 $< $@