From 2e4bc732b12138500de4d8b13d3a6024a87e03cb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 16 Jun 2011 16:49:22 +0000 Subject: =?UTF-8?q?2011-06-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Don't generate host.cfg.in. --- c/src/make/ChangeLog | 4 ++++ c/src/make/Makefile.am | 5 ----- 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 + + * Makefile.am: Don't generate host.cfg.in. + 2011-04-01 Joel Sherrill * 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)|" \ -- cgit v1.2.3