summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ace95ae15a..c6426e32c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Remove c/make.
+
+2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/prog-ccas.m4: New.
* aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
* aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
diff --git a/configure.ac b/configure.ac
index 54a267c73f..6a083d5f93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,6 @@ RTEMS_HOST_CONFIG_SUBDIRS([tools/cpu])
AS_IF([test x"${enable_docs}" = x"yes"],
[RTEMS_HOST_CONFIG_SUBDIRS([doc])])
-RTEMS_TARGET_CONFIG_SUBDIRS([c/make])
AS_IF([test x"$enable_multilib" = x"yes"],[
RTEMS_TARGET_CONFIG_SUBDIRS([cpukit])
])