summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 16:12:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 16:12:23 +0000
commiteec8e59e119017032a658f00396754cbb925d056 (patch)
treebbbeef33d230ec21a557e6e5ab1c4a1ffc101d35 /scripts/gdb/Makefile.am
parent2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-eec8e59e119017032a658f00396754cbb925d056.tar.bz2
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics. * autotools/Makefile.am: Cosmetics. * autotools/autoconf-rtems.spec.in: 2.59. * autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59. * binutils/Makefile.am: Cosmetics. * cpukit/Makefile.am: Cosmetics. * gcc3newlib/Makefile.am: Cosmetics. * gccnewlib/Makefile.am: Cosmetics. * gdb/Makefile.am: Cosmetics. * rtems/Makefile.am: Cosmetics. * rtemsdoc/Makefile.am: Cosmetics.
Diffstat (limited to '')
-rw-r--r--scripts/gdb/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/gdb/Makefile.am b/scripts/gdb/Makefile.am
index 52a0320054..cf3253028b 100644
--- a/scripts/gdb/Makefile.am
+++ b/scripts/gdb/Makefile.am
@@ -18,10 +18,9 @@ gdb.spec.in: $(SUBPACKAGES)
cat $^ > $@
CLEANFILES = gdb.spec.in
-MKGDBSPEC_DEPS = mkspec gdb.spec.in \
- $(top_builddir)/setup.cache
+MKGDBSPEC_DEPS = mkspec gdb.spec.in $(top_builddir)/setup.cache
-RPM_SPECS_DATA =
+RPM_SPECS_DATA =
arm-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@