mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 05:55:12 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user