2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Reflect new location of librdbg.a.
This commit is contained in:
Ralf Corsepius
2004-02-14 17:53:48 +00:00
parent 832bed1b80
commit 9e23302c8e
2 changed files with 6 additions and 3 deletions

View File

@@ -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> 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am, * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
librdbg/src/powerpc/Makefile.am: librdbg/src/powerpc/Makefile.am: Remove.
Remove.
* librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am, * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am. librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
* configure.ac: Reflect changes above. * configure.ac: Reflect changes above.

View File

@@ -39,7 +39,7 @@ SRCS += ../libnetworking/rtems_telnetd/libtelnetd$(LIB_VARIANT).a
endif endif
if HAS_RDBG if HAS_RDBG
SRCS += ../librdbg/src/@RTEMS_CPU@/librdbg$(LIB_VARIANT).a SRCS += ../librdbg/src/librdbg$(LIB_VARIANT).a
endif endif
# FIXME: ATM, there is no libcpu.a, anymore. # FIXME: ATM, there is no libcpu.a, anymore.