summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-02 23:48:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-02 23:48:48 +0000
commited7d7eba818c149eb15e7a4c3904cc17fc43a20b (patch)
tree9e5d70a65af58ead040b633ac3b1e0606b0dbb5f
parent2001-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ed7d7eba818c149eb15e7a4c3904cc17fc43a20b.tar.bz2
2001-04-02 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Remove unix from DIST_SUBDIRS.
-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 9a86b948e5..893fd7b966 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-02 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am: Remove unix from DIST_SUBDIRS.
+
2001-03-29 Joel Sherrill <joel@OARcorp.com>
* Per PR150, unix directory and contents removed.
diff --git a/tools/cpu/Makefile.am b/tools/cpu/Makefile.am
index 69e8deaee3..9fbc8ecd9c 100644
--- a/tools/cpu/Makefile.am
+++ b/tools/cpu/Makefile.am
@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I ../../aclocal
SUBDIRS = @subdirs@
-DIST_SUBDIRS = generic hppa1.1 sh unix
+DIST_SUBDIRS = generic hppa1.1 sh
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/host.am