Changeset 7258b7a in rtems
- Timestamp:
- 09/27/01 13:28:07 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b68e01c5
- Parents:
- 684eebc8
- Location:
- c/src/librdbg
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librdbg/ChangeLog
r684eebc8 r7258b7a 1 2001-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 1 11 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 12 -
c/src/librdbg/include/rdbg/Makefile.am
r684eebc8 r7258b7a 10 10 include_rdbg_HEADERS = rdbg.h servrpc.h 11 11 12 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \12 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \ 13 13 $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%) 14 14 -
c/src/librdbg/include/rdbg/i386/Makefile.am
r684eebc8 r7258b7a 9 9 include_rdbg_HEADERS = rdbg_f.h reg.h 10 10 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \11 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \ 12 12 $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%) 13 13 -
c/src/librdbg/include/rdbg/m68k/Makefile.am
r684eebc8 r7258b7a 9 9 include_rdbg_HEADERS = rdbg_f.h reg.h 10 10 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \11 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \ 12 12 $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%) 13 13 -
c/src/librdbg/include/rdbg/powerpc/Makefile.am
r684eebc8 r7258b7a 9 9 include_rdbg_HEADERS = rdbg_f.h reg.h 10 10 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \11 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \ 12 12 $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%) 13 13 -
c/src/librdbg/src/i386/any/Makefile.am
r684eebc8 r7258b7a 81 81 @$(mkinstalldirs) $@ 82 82 83 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h83 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h 84 84 85 85 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a -
c/src/librdbg/src/m68k/any/Makefile.am
r684eebc8 r7258b7a 81 81 @$(mkinstalldirs) $@ 82 82 83 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h83 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h 84 84 85 85 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a -
c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
r684eebc8 r7258b7a 81 81 @$(mkinstalldirs) $@ 82 82 83 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h83 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h 84 84 85 85 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
Note: See TracChangeset
for help on using the changeset viewer.