2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Reflect changes to project_libdir.
This commit is contained in:
Ralf Corsepius
2003-03-11 23:13:39 +00:00
parent 1a7784f87c
commit 2bca4ea3bd
2 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,11 @@
2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to project_libdir.
2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemscpu.m4: Remove obsolete comment.
Add MULTISUBDIR to probject_libdir.
Add MULTISUBDIR to project_libdir.
2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

View File

@@ -2,7 +2,7 @@
## $Id$
##
LIB = $(project_libdir)$(MULTISUBDIR)/librtemscpu$(LIB_VARIANT).a
LIB = $(project_libdir)/librtemscpu$(LIB_VARIANT).a
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
@@ -69,12 +69,12 @@ $(LIB): ${LIBS}
;; \
esac; \
done
test -d $(project_libdir)$(MULTISUBDIR) || $(mkinstalldirs) $(project_libdir)$(MULTISUBDIR)
test -d $(project_libdir) || $(mkinstalldirs) $(project_libdir)
$(AR) rc $@ $(ARCH)/*
rm -f $(ARCH)/*.$(OBJEXT)
$(RANLIB) $@
TMPINSTALL_FILES += $(project_libdir)$(MULTISUBDIR)/librtemscpu$(LIB_VARIANT).a
TMPINSTALL_FILES += $(project_libdir)/librtemscpu$(LIB_VARIANT).a
all-am: $(ARCH) $(LIB) $(TMPINSTALL_FILES)