2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/lib.am: Use project_libdir instead of
	$(PROJECT_RELEASE)/lib.
This commit is contained in:
Ralf Corsepius
2002-07-22 09:27:52 +00:00
parent deec7a27db
commit 9f6d7a3496
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/lib.am: Use project_libdir instead of
$(PROJECT_RELEASE)/lib.
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
+2 -2
View File
@@ -14,9 +14,9 @@ $(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
endef
$(PROJECT_RELEASE)/lib$(MULTISUBDIR):
$(project_libdir)$(MULTISUBDIR):
@$(mkinstalldirs) $@
TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)
TMPINSTALL_FILES = $(project_libdir)$(MULTISUBDIR)
.PRECIOUS: $(LIB)