2011-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Don't generate host.cfg.in.
This commit is contained in:
Ralf Corsepius
2011-06-16 16:49:22 +00:00
parent 6b19e21a88
commit 2e4bc732b1
2 changed files with 4 additions and 5 deletions

View File

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

View File

@@ -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)|" \