summaryrefslogtreecommitdiffstats
path: root/scripts-ada/gdb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'scripts-ada/gdb/Makefile.am')
-rw-r--r--scripts-ada/gdb/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/scripts-ada/gdb/Makefile.am b/scripts-ada/gdb/Makefile.am
deleted file mode 100644
index b7876ab712..0000000000
--- a/scripts-ada/gdb/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-## $Id$
-##
-
-
-MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
-
-MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
- $(top_builddir)/setup.cache
-
-powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
- $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
-
-sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
- $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
-
-TEMPLATES = gdb.spec.in
-
-RPM_SPECS_DATA = powerpc-rtems-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
-
-noinst_DATA = $(TEMPLATES)
-
-EXTRA_DIST = $(TEMPLATES)
-
-CLEANFILES = $(RPM_SPECS_DATA)
-include $(top_srcdir)/../automake/local.am