summaryrefslogtreecommitdiffstats
path: root/scripts/autotools/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:22:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:22:48 +0000
commit09016ac090303133b212619e03c7a678c3cf65a8 (patch)
treef4a237ef6e0c1ee79a18b46f80b4965c36156aea /scripts/autotools/Makefile.am
parentRemove (Obsolete) (diff)
downloadrtems-09016ac090303133b212619e03c7a678c3cf65a8.tar.bz2
Remove (Obsolete).
Diffstat (limited to '')
-rw-r--r--scripts/autotools/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/scripts/autotools/Makefile.am b/scripts/autotools/Makefile.am
deleted file mode 100644
index 9894ddd416..0000000000
--- a/scripts/autotools/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-##
-## $Id$
-##
-
-include $(top_srcdir)/common/common.am
-
-automake-rtems.spec.in: header.add $(top_builddir)/common/common.add automake.add
- cat $^ > $@
-CLEANFILES = automake-rtems.spec.in
-RPM_SPECS_DATA = @rpmprefix@automake-rtems.spec
-
-autoconf-rtems.spec.in: header.add $(top_builddir)/common/common.add autoconf.add
- cat $^ > $@
-CLEANFILES += autoconf-rtems.spec.in
-RPM_SPECS_DATA += @rpmprefix@autoconf-rtems.spec
-
-@rpmprefix@autoconf-rtems.spec: autoconf-rtems.spec.in
- $(top_builddir)/config.status --file=@rpmprefix@autoconf-rtems.spec:autoconf-rtems.spec.in
-
-@rpmprefix@automake-rtems.spec: automake-rtems.spec.in
- $(top_builddir)/config.status --file=@rpmprefix@automake-rtems.spec:automake-rtems.spec.in
-
-CLEANFILES += $(RPM_SPECS_DATA)
-
-include $(top_srcdir)/../automake/local.am