Changeset 96330198 in rtems for c/src/lib/libbsp/bare


Ignore:
Timestamp:
09/24/01 18:35:48 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
faa965d
Parents:
af447ea
Message:

2001-09-21 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Use 'CLEANFILES ='.
  • include/Makefile.am: Use 'TMPINSTALL_FILES ='.
  • include/Makefile.am: fix path to shared/include/coverhd.h.
Location:
c/src/lib/libbsp/bare
Files:
2 edited

Legend:

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

    raf447ea r96330198  
     12001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/Makefile.am: Use 'CLEANFILES ='.
     4        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
     5        * include/Makefile.am: fix path to shared/include/coverhd.h.
     6
    172001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libbsp/bare/include/Makefile.am

    raf447ea r96330198  
    1313        $(INSTALL_DATA) $< $@
    1414
    15 coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
     15coverhd.h: $(top_srcdir)/../shared/include/coverhd.h
    1616        $(INSTALL_DATA) $< $@
    17 CLEANFILES += coverhd.h
     17CLEANFILES = coverhd.h
    1818
    19 TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
     19TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
    2020    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2121
Note: See TracChangeset for help on using the changeset viewer.