summaryrefslogtreecommitdiffstats
path: root/scripts-ada/binutils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'scripts-ada/binutils/Makefile.am')
-rw-r--r--scripts-ada/binutils/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/scripts-ada/binutils/Makefile.am b/scripts-ada/binutils/Makefile.am
deleted file mode 100644
index d2774f2b44..0000000000
--- a/scripts-ada/binutils/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-## $Id$
-##
-
-
-MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
-
-MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
- $(top_builddir)/setup.cache
-
-sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
- $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
-
-TEMPLATES = binutils.spec.in
-
-RPM_SPECS_DATA = sparc-rtems-$(BINUTILSVERS).spec
-
-noinst_DATA = $(TEMPLATES)
-
-EXTRA_DIST = $(TEMPLATES)
-
-CLEANFILES = $(RPM_SPECS_DATA)
-include $(top_srcdir)/../automake/local.am