Changeset 5a8641e3 in rtems
- Timestamp:
- 08/09/02 04:16:27 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d69c9c6
- Parents:
- 52270c07
- Location:
- c/src/lib/libbsp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/ChangeLog
r52270c07 r5a8641e3 1 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove include/Makefile, include/rtems/Makefile, 4 include/rtems/score/Makefile (Eliminate targopts.h). 5 * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h) 6 1 7 2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/Makefile.am
r52270c07 r5a8641e3 11 11 # into that directory. 12 12 13 SUBDIRS = includeshared shmdr @subdirs@13 SUBDIRS = shared shmdr @subdirs@ 14 14 15 15 EXTRA_DIST = MERGE.PROCEDURE bsp.am -
c/src/lib/libbsp/configure.ac
r52270c07 r5a8641e3 45 45 shared/gdbstub/Makefile 46 46 shared/include/Makefile 47 include/Makefile48 include/rtems/Makefile49 include/rtems/score/Makefile50 47 ]) 51 48 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.