summaryrefslogtreecommitdiffstats
path: root/c/src/make/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-06-16 16:49:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-06-16 16:49:22 +0000
commit2e4bc732b12138500de4d8b13d3a6024a87e03cb (patch)
tree32e31803ced8610c2c17a87cad94e40822a5fdd3 /c/src/make/Makefile.am
parent2011-06-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2e4bc732b12138500de4d8b13d3a6024a87e03cb.tar.bz2
2011-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Don't generate host.cfg.in.
Diffstat (limited to '')
-rw-r--r--c/src/make/Makefile.am5
1 files changed, 0 insertions, 5 deletions
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)|" \