From 19c69fa10182a5182f3a065d840bf719a83db061 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 13 Mar 2003 01:31:53 +0000 Subject: 2003-03-12 Ralf Corsepius * tools/Makefile.am: Remove. * configure.ac: Remove tools/Makefile.am * acinclude.m4: Fix build_subdir handling. * Makefile.am: Remove tools from SUBDIRS. Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c807ffd3a3..9f92e847c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ ACLOCAL_AMFLAGS = -I aclocal -SUBDIRS = tools make $(BUILD_SUBDIRS) $(HOST_SUBDIRS) $(TARGET_SUBDIRS) +SUBDIRS = make $(build_SUBDIRS) $(host_SUBDIRS) $(target_SUBDIRS) AUTOMAKE_FILES = automake/compile.am automake/host.am automake/lib.am \ automake/local.am automake/subdirs.am \ -- cgit v1.2.3