Ignore:
Timestamp:
11/22/99 19:27:13 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b0ab1d74
Parents:
de759c5
Message:

Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@…>
to convert the libc directory to automake and "dozens of
small fixes for Makefile.ins/configure.ins below c/src/lib."

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/include/sys/Makefile.am

    rde759c5 r7e642ba  
    1515endif
    1616
    17 H_FILES += utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
     17H_FILES = utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
    1818
    19 noinst_HEADERS = $(H_FILES)
     19noinst_HEADERS = utime.h termios.h ioctl.h
    2020
    2121PREINSTALL_FILES = \
    2222$(PROJECT_INCLUDE)/sys \
    23 $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
     23$(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
    2424
    2525$(PROJECT_INCLUDE)/sys:
Note: See TracChangeset for help on using the changeset viewer.