Changeset 880e827b in rtems
- Timestamp:
- Jun 18, 2001, 4:49:49 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c4d92216
- Parents:
- 2aceb819
- Location:
- c/src/lib/libbsp/m68k
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/efi68k/ChangeLog
r2aceb819 r880e827b 1 2001-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/Makefile.am: Fix typo in include_HEADERS. 4 1 5 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/efi68k/include/Makefile.am
r2aceb819 r880e827b 18 18 19 19 TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ 20 $(include_HEADERS:%= PROJECT_INCLUDE)/%)20 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 21 21 22 22 all-local: $(TMPINSTALL_FILES) -
c/src/lib/libbsp/m68k/gen68340/ChangeLog
r2aceb819 r880e827b 1 2001-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/Makefile.am: Fix typo in include_HEADERS. 4 1 5 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/gen68340/include/Makefile.am
r2aceb819 r880e827b 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 include_HEADERS = bsp.h coverhd.h m340uart.h m340timer.h m68340.h m68340.inc \ bspopts.h8 m68349.inc7 include_HEADERS = bsp.h coverhd.h m340uart.h m340timer.h m68340.h m68340.inc \ 8 bspopts.h m68349.inc 9 9 10 10 $(PROJECT_INCLUDE):
Note: See TracChangeset
for help on using the changeset viewer.