Changeset 52b3ff6 in rtems


Ignore:
Timestamp:
09/28/01 13:34:57 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e414566
Parents:
aea9bb46
Message:

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

  • src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libfs/ChangeLog

    raea9bb46 r52b3ff6  
     12001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
     4
    152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/exec/libfs/src/imfs/Makefile.am

    raea9bb46 r52b3ff6  
    4141include $(top_srcdir)/../../../automake/lib.am
    4242
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems \
     43PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems \
    4444    $(PROJECT_INCLUDE)/sys $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
    4545    $(RTEMS_H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) \
  • c/src/libfs/ChangeLog

    raea9bb46 r52b3ff6  
     12001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
     4
    152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/libfs/src/imfs/Makefile.am

    raea9bb46 r52b3ff6  
    4141include $(top_srcdir)/../../../automake/lib.am
    4242
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems \
     43PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems \
    4444    $(PROJECT_INCLUDE)/sys $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
    4545    $(RTEMS_H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) \
  • cpukit/libfs/ChangeLog

    raea9bb46 r52b3ff6  
     12001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
     4
    152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libfs/src/imfs/Makefile.am

    raea9bb46 r52b3ff6  
    4141include $(top_srcdir)/../../../automake/lib.am
    4242
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems \
     43PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems \
    4444    $(PROJECT_INCLUDE)/sys $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
    4545    $(RTEMS_H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) \
Note: See TracChangeset for help on using the changeset viewer.