Changeset 5a8641e3 in rtems


Ignore:
Timestamp:
08/09/02 04:16:27 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d69c9c6
Parents:
52270c07
Message:

2002-08-09 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove include/Makefile, include/rtems/Makefile, include/rtems/score/Makefile (Eliminate targopts.h).
  • Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
Location:
c/src/lib/libbsp
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/ChangeLog

    r52270c07 r5a8641e3  
     12002-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
    172002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libbsp/Makefile.am

    r52270c07 r5a8641e3  
    1111# into that directory.
    1212
    13 SUBDIRS = include shared shmdr @subdirs@
     13SUBDIRS = shared shmdr @subdirs@
    1414
    1515EXTRA_DIST = MERGE.PROCEDURE bsp.am
  • c/src/lib/libbsp/configure.ac

    r52270c07 r5a8641e3  
    4545shared/gdbstub/Makefile
    4646shared/include/Makefile
    47 include/Makefile
    48 include/rtems/Makefile
    49 include/rtems/score/Makefile
    5047])
    5148AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.