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