Changeset 7258b7a in rtems


Ignore:
Timestamp:
09/27/01 13:28:07 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b68e01c5
Parents:
684eebc8
Message:

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

  • include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
  • src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
  • src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
  • src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
Location:
c/src/librdbg
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/librdbg/ChangeLog

    r684eebc8 r7258b7a  
     12001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
     4        * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
     5        * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
     6        * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
     7        * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
     8        * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
     9        * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
     10
    1112001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    212
  • c/src/librdbg/include/rdbg/Makefile.am

    r684eebc8 r7258b7a  
    1010include_rdbg_HEADERS = rdbg.h servrpc.h
    1111
    12 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
     12PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \
    1313    $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
    1414
  • c/src/librdbg/include/rdbg/i386/Makefile.am

    r684eebc8 r7258b7a  
    99include_rdbg_HEADERS = rdbg_f.h reg.h
    1010
    11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
     11PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \
    1212    $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
    1313
  • c/src/librdbg/include/rdbg/m68k/Makefile.am

    r684eebc8 r7258b7a  
    99include_rdbg_HEADERS = rdbg_f.h reg.h
    1010
    11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
     11PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \
    1212    $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
    1313
  • c/src/librdbg/include/rdbg/powerpc/Makefile.am

    r684eebc8 r7258b7a  
    99include_rdbg_HEADERS = rdbg_f.h reg.h
    1010
    11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
     11PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \
    1212    $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
    1313
  • c/src/librdbg/src/i386/any/Makefile.am

    r684eebc8 r7258b7a  
    8181        @$(mkinstalldirs) $@
    8282
    83 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
     83PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
    8484
    8585TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
  • c/src/librdbg/src/m68k/any/Makefile.am

    r684eebc8 r7258b7a  
    8181        @$(mkinstalldirs) $@
    8282
    83 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
     83PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
    8484
    8585TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
  • c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am

    r684eebc8 r7258b7a  
    8181        @$(mkinstalldirs) $@
    8282
    83 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
     83PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
    8484
    8585TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
Note: See TracChangeset for help on using the changeset viewer.