summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog7
-rw-r--r--c/src/wrapup/Makefile.am2
2 files changed, 6 insertions, 3 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 33759f57b8..08d78b9eeb 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,8 +1,11 @@
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Reflect new location of librdbg.a.
+
+2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
- librdbg/src/powerpc/Makefile.am:
- Remove.
+ librdbg/src/powerpc/Makefile.am: Remove.
* librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
* configure.ac: Reflect changes above.
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index ff84462819..40e834f4b6 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -39,7 +39,7 @@ SRCS += ../libnetworking/rtems_telnetd/libtelnetd$(LIB_VARIANT).a
endif
if HAS_RDBG
-SRCS += ../librdbg/src/@RTEMS_CPU@/librdbg$(LIB_VARIANT).a
+SRCS += ../librdbg/src/librdbg$(LIB_VARIANT).a
endif
# FIXME: ATM, there is no libcpu.a, anymore.