From 036b9e21b686015dbb7137c890c1b593bc18bb9e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 11 Dec 2003 06:16:52 +0000 Subject: 2003-12-11 Ralf Corsepius * startup/Makefile.am: Misc cleanups and fixes. * wrapup/Makefile.am: Misc cleanups and fixes. --- c/src/lib/libbsp/unix/posix/wrapup/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/unix/posix/wrapup') diff --git a/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am b/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am index 5f46672ca5..87aaffe3bd 100644 --- a/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am @@ -18,8 +18,8 @@ endif GENERIC_FILES = $(GENERIC_MP_REL_FILES) # bummer; have to use $foreach since % pattern subst rules only replace 1x -OBJS = $(foreach piece, $(BSP_FILES), $(wildcard \ - ../$(piece)/$(ARCH)/*.$(OBJEXT))) $(foreach piece, $(GENERIC_FILES), \ +OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ + $(foreach piece, $(GENERIC_FILES), \ ../../../$(piece)/$(ARCH)/$(piece).rel) LIB = $(ARCH)/libbsp.a -- cgit v1.2.3