summaryrefslogtreecommitdiffstats
path: root/cpukit/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 14:45:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 14:45:18 +0000
commit3e168ecaa865607efce66548d9a7bb523514c662 (patch)
treecfa07e62215b7d5ac5410f362ceec84a8abafa93 /cpukit/wrapup
parent2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3e168ecaa865607efce66548d9a7bb523514c662.tar.bz2
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to libblock/Makefile.am. Reflect changes to libcsupport/Makefile.am.
Diffstat (limited to 'cpukit/wrapup')
-rw-r--r--cpukit/wrapup/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 238772b3ae..df07a7bb8f 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -24,9 +24,9 @@ if HAS_ITRON
LIBS += ../itron/$(ARCH)/libitron.a
endif
-LIBS += ../libcsupport/$(ARCH)/libcsupport.a
+LIBS += ../libcsupport/libcsupport$(LIB_VARIANT).a
-LIBS += ../libblock/$(ARCH)/libblock.a
+LIBS += ../libblock/libblock$(LIB_VARIANT).a
if !UNIX
LIBS += ../libfs/$(ARCH)/libdosfs.a
endif