summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-04 16:35:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-04 16:35:02 +0000
commit4ba223e18a25fc196336655acc323ec56e4e8493 (patch)
tree8cb2f55429f4ef87388539b45c956cc4dec40ae4 /tools/cpu
parent2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4ba223e18a25fc196336655acc323ec56e4e8493.tar.bz2
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: DIST_SUBDIRS = @subdirs@.
Diffstat (limited to 'tools/cpu')
-rw-r--r--tools/cpu/ChangeLog4
-rw-r--r--tools/cpu/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index 589f41636f..0009cb48f4 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: DIST_SUBDIRS = @subdirs@.
+
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
diff --git a/tools/cpu/Makefile.am b/tools/cpu/Makefile.am
index 351b3ebe64..43b1da1524 100644
--- a/tools/cpu/Makefile.am
+++ b/tools/cpu/Makefile.am
@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I ../../aclocal
SUBDIRS = @subdirs@
-DIST_SUBDIRS = generic sh
+DIST_SUBDIRS = @subdirs@
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/host.am