summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/ChangeLog5
-rw-r--r--c/Makefile.am3
-rw-r--r--c/configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/c/ChangeLog b/c/ChangeLog
index 3c6df9d35d..c5006b5b01 100644
--- a/c/ChangeLog
+++ b/c/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Cosmetics.
+ * Makefile.am: Cosmetics.
+
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Fix underquoting to silence automake-1.8.
diff --git a/c/Makefile.am b/c/Makefile.am
index 05f2bd1416..5dffb7900b 100644
--- a/c/Makefile.am
+++ b/c/Makefile.am
@@ -36,5 +36,6 @@ EXTRA_DIST += TOOL_TARGETS
DIST_SUBDIRS = ${RTEMS_BSP}
## -------------------------------------------------------
-include $(top_srcdir)/../automake/subdirs.am
+
include $(top_srcdir)/../automake/host.am
+include $(top_srcdir)/../automake/subdirs.am
diff --git a/c/configure.ac b/c/configure.ac
index eeb5136ee4..63f1f6a31a 100644
--- a/c/configure.ac
+++ b/c/configure.ac
@@ -49,7 +49,7 @@ done
#
# Compose the configuration arguments to be passed to c/src/configure
#
-##
+ ##
## Partially borrowed from autoconf-2.13
##