summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-01 20:46:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-01 20:46:21 +0000
commit48ad47cc7019224bd34ac365ee85aba22db9b71b (patch)
tree8e4f41d40a0b1c8abc8f17afdf2880a1e68f1161 /Makefile.am
parent2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-48ad47cc7019224bd34ac365ee85aba22db9b71b.tar.bz2
2001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Reworked for Canadian Cross support. * Makefile.am: Reflect changes to configure.in. * config.guess, config.sub: Update from subversions.gnu.org. * README.cdn-X: New file. * tools/Makefile.am: Remove build, tools from SUBDIRS.
Diffstat (limited to '')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e9a5cfb525..8cd4def662 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I aclocal
-SUBDIRS = doc make tools $(HOST_SUBDIRS) $(TARGET_SUBDIRS)
+SUBDIRS = doc make tools $(BUILD_SUBDIRS) $(TARGET_SUBDIRS)
AUTOMAKE_FILES = automake/compile.am automake/host.am automake/lib.am \
automake/local.am automake/multilib.am automake/subdirs.am