From 9e23302c8e9730c07d932d1cae54a356144c2247 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 14 Feb 2004 17:53:48 +0000 Subject: 2004-02-14 Ralf Corsepius * wrapup/Makefile.am: Reflect new location of librdbg.a. --- c/src/ChangeLog | 7 +++++-- c/src/wrapup/Makefile.am | 2 +- 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 + + * wrapup/Makefile.am: Reflect new location of librdbg.a. + 2004-02-14 Ralf Corsepius * 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. -- cgit v1.2.3