summaryrefslogtreecommitdiffstats
path: root/c/make/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-29 11:15:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-29 11:15:05 +0000
commitb1cf0c73bad2e35fdb67ed34168ae5ac92c157dd (patch)
tree0f4ed5f95aab16cc4ee05565fa1b74760123e35e /c/make/Makefile.am
parent2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b1cf0c73bad2e35fdb67ed34168ae5ac92c157dd.tar.bz2
2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove. * target.cfg.in: Remove. * Makefile.am: Remove. * ChangeLog: Remove.
Diffstat (limited to 'c/make/Makefile.am')
-rw-r--r--c/make/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/c/make/Makefile.am b/c/make/Makefile.am
deleted file mode 100644
index 0ff9aa1ed7..0000000000
--- a/c/make/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../../aclocal
-
-rtems_makedir = $(exec_prefix)/make
-
-GENERIC_FILES = target.cfg
-
-rtems_make_DATA = $(GENERIC_FILES)
-
-EXTRA_DIST = target.cfg.in
-
-include $(top_srcdir)/../../automake/host.am