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 + + * Makefile.am: Remove unix from DIST_SUBDIRS. + 2001-03-29 Joel Sherrill * 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