From 541a45a291c72d0126336ff3f259f39bab6d59d0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 14 Feb 2004 18:15:35 +0000 Subject: 2004-02-14 Ralf Corsepius * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES. --- c/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/Makefile.am') 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 $< $@ -- cgit v1.2.3