summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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