From 7e642bab20011142182cb99f7f627f2ceadd2e62 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 22 Nov 1999 19:27:13 +0000 Subject: Patch rtems-rc-19991117-9.diff from Ralf Corsepius to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib." --- c/src/lib/include/sys/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/include') diff --git a/c/src/lib/include/sys/Makefile.am b/c/src/lib/include/sys/Makefile.am index a43a93216d..32068894e5 100644 --- a/c/src/lib/include/sys/Makefile.am +++ b/c/src/lib/include/sys/Makefile.am @@ -14,13 +14,13 @@ else NEWLIB_H_FILES += termios.h endif -H_FILES += utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES) +H_FILES = utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES) -noinst_HEADERS = $(H_FILES) +noinst_HEADERS = utime.h termios.h ioctl.h PREINSTALL_FILES = \ $(PROJECT_INCLUDE)/sys \ -$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/sys/%) +$(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) $(PROJECT_INCLUDE)/sys: @$(mkinstalldirs) $@ -- cgit v1.2.3