From 7001a486303d95a79e15a32225214caeb7e45797 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 18 Jun 2002 12:29:02 +0000 Subject: 2002-06-18 Ralf Corsepius * wrapup/Makefile.am: Use relative path to lib*.a for LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS. --- c/src/exec/ChangeLog | 5 +++++ c/src/exec/wrapup/Makefile.am | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'c/src/exec') diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog index 2ca7fbecc9..491b5e7cba 100644 --- a/c/src/exec/ChangeLog +++ b/c/src/exec/ChangeLog @@ -1,3 +1,8 @@ +2002-06-18 Ralf Corsepius + + * wrapup/Makefile.am: Use relative path to lib*.a for + LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/automake/*.am. diff --git a/c/src/exec/wrapup/Makefile.am b/c/src/exec/wrapup/Makefile.am index a7c352b7c8..c78048844c 100644 --- a/c/src/exec/wrapup/Makefile.am +++ b/c/src/exec/wrapup/Makefile.am @@ -23,13 +23,13 @@ if HAS_ITRON ITRON_OBJS = $(wildcard ../itron/src/$(ARCH)/*.o) endif -LIBCSUPPORT_OBJS = $(wildcard ../libcsupport/src/$(ARCH)/*.o) +LIBCSUPPORT_OBJS = ../libcsupport/$(ARCH)/libcsupport.a -LIBBLOCK_OBJS = $(wildcard ../libblock/$(ARCH)/*.o) +LIBBLOCK_OBJS = ../libblock/src/$(ARCH)/libblock.a if !UNIX -LIBDOSFS_OBJS = $(wildcard ../libfs/src/dosfs/$(ARCH)/*.o) +LIBDOSFS_OBJS = ../libfs/src/dosfs/$(ARCH)/libdosfs.a endif -LIBIMFS_OBJS = $(wildcard ../libfs/src/imfs/$(ARCH)/*.o) +LIBIMFS_OBJS = ../libfs/src/imfs/$(ARCH)/libimfs.a if HAS_NETWORKING NETWORKING_OBJS = \ -- cgit v1.2.3