summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/Makefile.am5
2 files changed, 4 insertions, 5 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index 87f5120323..f3aec54763 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * Makefile.am: Don't generate host.cfg.in.
+
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to
diff --git a/c/src/make/Makefile.am b/c/src/make/Makefile.am
index 9d802b1ec8..c9e6f79538 100644
--- a/c/src/make/Makefile.am
+++ b/c/src/make/Makefile.am
@@ -24,11 +24,6 @@ rtems_bsp_DATA = Makefile.inc
rtems_bsp_makedir = $(rtems_bspdir)/make
rtems_bsp_make_DATA = bsp.cfg target.cfg
-if MAINTAINER_MODE
-$(srcdir)/host.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/host.cfg.in
- cp $< $@
-endif
-
bsp.cfg: bsp.cfg.in Makefile
sed \
-e "s|[@]HAS_MP[@]|$(HAS_MP)|" \