summaryrefslogtreecommitdiffstats
path: root/cpukit/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 05:48:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 05:48:38 +0000
commitb55fbf5d0d4677af77fdef4baa09f34238c33b0e (patch)
tree1eeb6e975818715c7d26fdc1e1f0afddb67ee3c8 /cpukit/wrapup
parent2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b55fbf5d0d4677af77fdef4baa09f34238c33b0e.tar.bz2
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
Diffstat (limited to 'cpukit/wrapup')
-rw-r--r--cpukit/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index c54904bc4c..f1a0d2da76 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -25,7 +25,7 @@ endif
LIBCSUPPORT_OBJS = ../libcsupport/$(ARCH)/libcsupport.a
-LIBBLOCK_OBJS = ../libblock/src/$(ARCH)/libblock.a
+LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a
if !UNIX
LIBDOSFS_OBJS = ../libfs/src/dosfs/$(ARCH)/libdosfs.a
endif