summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-14 17:53:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-14 17:53:48 +0000
commit9e23302c8e9730c07d932d1cae54a356144c2247 (patch)
tree6b55f41bb3587036a9e89bb56aed69f3ba9306f6 /c/src/wrapup
parent2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9e23302c8e9730c07d932d1cae54a356144c2247.tar.bz2
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect new location of librdbg.a.
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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.