summaryrefslogtreecommitdiffstats
path: root/scripts/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/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 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 751f50a970..df7332d533 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -7,8 +7,8 @@ ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
SUBDIRS += rtemsdoc
-noinst_SCRIPTS = setup buildall buildalltar mkbspspec \
- mkgccnewlibspec mkrpms mkspec
+noinst_SCRIPTS = setup buildall buildalltar mkbspspec mkgccnewlibspec mkrpms \
+ mkspec
noinst_DATA = setup.def
@@ -19,5 +19,6 @@ setup.cache: setup.def
cp setup.def $@
DISTCLEANFILES = setup.cache
+
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am