summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:26:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:26:23 +0000
commit8ce766ce72e646a0e449100000bf106f71cb7b82 (patch)
tree4a8cf96abc1a9d9b98bd774c7b5020054ddf5a2e
parent2002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> (diff)
downloadrtems-8ce766ce72e646a0e449100000bf106f71cb7b82.tar.bz2
2002-06-27 Joel Sherrill <joel@OARcorp.com>
* tools/Makefile.am: Build the cpu dependent tools as well.
-rw-r--r--ChangeLog4
-rw-r--r--tools/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 14af405b53..feb87c69d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-27 Joel Sherrill <joel@OARcorp.com>
+
+ * tools/Makefile.am: Build the cpu dependent tools as well.
+
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemscpu.m4: Remove.
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 93a684c99e..a088ec9f6a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,7 +1,7 @@
## $Id$
-SUBDIRS = update
+SUBDIRS = update cpu
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/host.am