Changeset 1707a04 in rtems
- Timestamp:
- 09/27/01 13:23:34 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 684eebc8
- Parents:
- 2b21dbc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/powerpc/ChangeLog
r2b21dbc r1707a04 1 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * shared/Makefile.am: Use 'PREINSTALL_FILES ='. 4 1 5 2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/exec/score/cpu/powerpc/shared/Makefile.am
r2b21dbc r1707a04 14 14 # 15 15 16 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \16 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ 17 17 $(include_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) \ 18 18 $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) -
cpukit/score/cpu/powerpc/ChangeLog
r2b21dbc r1707a04 1 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * shared/Makefile.am: Use 'PREINSTALL_FILES ='. 4 1 5 2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6
Note: See TracChangeset
for help on using the changeset viewer.