summaryrefslogtreecommitdiffstats
path: root/make/rtems.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/rtems.cfg')
-rw-r--r--make/rtems.cfg10
1 files changed, 0 insertions, 10 deletions
diff --git a/make/rtems.cfg b/make/rtems.cfg
deleted file mode 100644
index 9e46845142..0000000000
--- a/make/rtems.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-# This file is only used inside the rtems source tree and should not get
-# installed.
-
-# autoconf support
-%: %.in
- @subdir=`echo $(srcdir) | sed -e "s%$(RTEMS_ROOT)%%g"`; \
- cd $(PROJECT_ROOT) && CONFIG_FILES=".$$subdir/$@" \
- CONFIG_HEADERS= $(SHELL) ./config.status
-
-Makefile: $(PROJECT_ROOT)/config.status