summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/ChangeLog4
-rw-r--r--c/src/exec/wrapup/rtems/Makefile.am6
2 files changed, 7 insertions, 3 deletions
diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog
index dc3217af11..3d0674b466 100644
--- a/c/src/exec/ChangeLog
+++ b/c/src/exec/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
+
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
diff --git a/c/src/exec/wrapup/rtems/Makefile.am b/c/src/exec/wrapup/rtems/Makefile.am
index 2d8f343d83..f26028a16d 100644
--- a/c/src/exec/wrapup/rtems/Makefile.am
+++ b/c/src/exec/wrapup/rtems/Makefile.am
@@ -22,9 +22,9 @@ SIZE_RTEMS = $(SHELL) $(PROJECT_TOPdir)/tools/cpu/generic/size_rtems
$(LIB): ${OBJS}
$(make-library)
- # cd $(PROJECT_ROOT) ; \
- $(SIZE_RTEMS) @RTEMS_BSP@ $(ARCH) \
- >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
+# cd $(PROJECT_ROOT) ; \
+# $(SIZE_RTEMS) @RTEMS_BSP@ $(ARCH) \
+# >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a