summaryrefslogtreecommitdiffstats
path: root/c/src/make/custom/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/make/custom/Makefile.am')
-rw-r--r--c/src/make/custom/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/make/custom/Makefile.am b/c/src/make/custom/Makefile.am
index 5cd10d1d8b..a36fba661f 100644
--- a/c/src/make/custom/Makefile.am
+++ b/c/src/make/custom/Makefile.am
@@ -11,11 +11,4 @@ rtems_make_custom_DATA = @CUSTOM_CFG_FILES@
noinst_DATA = \
default.cfg
-if MAINTAINER_MODE
-$(srcdir)/default.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/custom/default.cfg
- sed -e 's%\$$(RTEMS_BSP)%\@RTEMS_BSP\@%g' \
- -e 's%\$$(RTEMS_ROOT)/\@RTEMS_BSP\@%$$(RTEMS_ROOT)%g' \
- < $< >$@
-endif
-
include $(top_srcdir)/../../../automake/local.am