summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-20 17:03:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-20 17:03:51 +0000
commit003d4da3fcd6f0530f643997e3c42c30d1ebd450 (patch)
tree4264e46b44c07291cd7ec87b61f85a59fbc57f05 /Makefile.am
parentregenerated (diff)
downloadrtems-003d4da3fcd6f0530f643997e3c42c30d1ebd450.tar.bz2
2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add --enable-docs support. Add RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile. * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from hard-coded SUBDIRS. * README.configure: Added a bit of information on this new option.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c879526516..9dd552e761 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@
AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I aclocal
-SUBDIRS = doc make tools $(BUILD_SUBDIRS) $(TARGET_SUBDIRS)
+SUBDIRS = tools make $(BUILD_SUBDIRS) $(HOST_SUBDIRS) $(TARGET_SUBDIRS)
AUTOMAKE_FILES = automake/compile.am automake/host.am automake/lib.am \
automake/local.am automake/multilib.am automake/subdirs.am \