Changeset 73834919 in rtems


Ignore:
Timestamp:
09/27/01 19:42:43 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ae74a16
Parents:
b0f80e1b
Message:

2001-09-27 Ralf Corsepius <corsepiu@…>

  • include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
  • shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
Location:
c/src/lib/libbsp
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/ChangeLog

    rb0f80e1b r73834919  
     12001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
     4        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
     5
    162001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/include/rtems/score/Makefile.am

    rb0f80e1b r73834919  
    1111H_FILES = $(TARGOPTS)
    1212
    13 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     13PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
    1414    $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/score/%)
    1515
  • c/src/lib/libbsp/shmdr/Makefile.am

    rb0f80e1b r73834919  
    4141        $(INSTALL_DATA) $< $@
    4242
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/shm_driver.h \
     43PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/shm_driver.h \
    4444    $(PROJECT_INCLUDE)/mpci.h
    4545
Note: See TracChangeset for help on using the changeset viewer.