From 9bb5b9d110ad2593cc71d739d3a6f50c67db74b4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 5 Nov 2004 08:30:18 +0000 Subject: 2004-11-05 Ralf Corsepius * configure.ac: Remove check for libbsp/${RTEMS_CPU}. Add dependency tracking for *.cfgs. * Makefile.am: Add dependency tracking for *.cfg. --- c/src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/Makefile.am') diff --git a/c/src/Makefile.am b/c/src/Makefile.am index 6c402dcb45..ede2576a6d 100644 --- a/c/src/Makefile.am +++ b/c/src/Makefile.am @@ -27,9 +27,6 @@ DISTCLEANFILES += @CUSTOM_CFG_FILES@ make/custom/default.cfg: $(srcdir)/make/custom/default.cfg.in cp $< $@ -make/custom/%.cfg: $(srcdir)/$(cfg_dir)/custom/%.cfg - cp $< $@ - noinst_DATA += make/custom/default.cfg DISTCLEANFILES += make/custom/default.cfg @@ -47,5 +44,8 @@ pkgconfigdir = $(prefix)/lib/pkgconfig pkgconfig_DATA = @host_alias@-@RTEMS_BSP@.pc DISTCLEANFILES += @host_alias@-@RTEMS_BSP@.pc +DISTCLEANFILES += $(DEPDIR)/cfg.P +include $(DEPDIR)/cfg.P + include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/local.am -- cgit v1.2.3