Changeset 9f6d7a3 in rtems


Ignore:
Timestamp:
07/22/02 09:27:52 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ae56a27
Parents:
deec7a2
Message:

2002-07-22 Ralf Corsepius <corsepiu@…>

  • automake/lib.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    rdeec7a2 r9f6d7a3  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * automake/lib.am: Use project_libdir instead of
     4        $(PROJECT_RELEASE)/lib.
     5
    162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/automake/lib.am

    rdeec7a2 r9f6d7a3  
    1515endef
    1616
    17 $(PROJECT_RELEASE)/lib$(MULTISUBDIR):
     17$(project_libdir)$(MULTISUBDIR):
    1818        @$(mkinstalldirs) $@
    1919
    20 TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)
     20TMPINSTALL_FILES = $(project_libdir)$(MULTISUBDIR)
    2121
    2222.PRECIOUS: $(LIB)
Note: See TracChangeset for help on using the changeset viewer.