summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/wrapup/Makefile.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 15c2531ce4..a6c029aee2 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * wrapup/Makefile.am: Remove rtems-ctor.o.
+
+2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* libchip/rtc/rtc.h: size_t RTC_Count.
2005-01-20 Joel Sherrill <joel@OARcorp.com>
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 5ccc8e9c49..c9296b754a 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -43,8 +43,6 @@ SRCS += ../libchip/libnetchip.a
endif
endif
-SRCS += $(wildcard $(PROJECT_LIB)/lib/rtems-ctor.$(OBJEXT))
-
if HAS_MP
SRCS += ../libchip/shmdr.rel
endif