summaryrefslogtreecommitdiffstats
path: root/c/src/make/Templates/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 16:25:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 16:25:54 +0000
commitf724a870c6722fd4664857d471b538646819e47e (patch)
tree3293716806aa5cdab541c54b101237b9f8723e4e /c/src/make/Templates/Makefile.am
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-f724a870c6722fd4664857d471b538646819e47e.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
This patch addresses a few configuration issues and removes some duplicate configuration files. Background: * some files used in AC_INIT were not unique enough and can lead to problems if a user plays with configure scripts. * the Makefile templates are independent of the target/cpu and bsp, so the bsp dependent versions (c/src/make/Templates) are removed. To apply: patch -p1 < rtems-rc-19990820-3.diff rm -f c/src/make/Templates ./autogen ATTENTION: This patch removes several files and one directory :)
Diffstat (limited to 'c/src/make/Templates/Makefile.am')
-rw-r--r--c/src/make/Templates/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/c/src/make/Templates/Makefile.am b/c/src/make/Templates/Makefile.am
deleted file mode 100644
index de2fb5d1dd..0000000000
--- a/c/src/make/Templates/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# $Id$
-#
-
-AUTOMAKE_OPTIONS = foreign 1.4
-
-rtems_makedir=$(prefix)/make
-rtems_make_Templatesdir=$(rtems_makedir)/Templates
-
-rtems_make_Templates_DATA = \
-Makefile.dir \
-Makefile.leaf \
-Makefile.lib
-
-include $(top_srcdir)/../../../automake/local.am