From 890f07cb8310463a56fd1a642d378ae98ea7913f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:31:28 +0000 Subject: 2001-02-03 Ralf Corsepius * include/Makefile.am, include/rtems/posix/Makefile.am, include/sys/Makefile.am, inline/rtems/posix/Makefile.am, macros/rtems/posix/Makefile.am: Apply include_*HEADERS instead of H_FILES. --- c/src/exec/posix/include/sys/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/exec/posix/include/sys') diff --git a/c/src/exec/posix/include/sys/Makefile.am b/c/src/exec/posix/include/sys/Makefile.am index f07a7218b3..09821baec0 100644 --- a/c/src/exec/posix/include/sys/Makefile.am +++ b/c/src/exec/posix/include/sys/Makefile.am @@ -4,12 +4,12 @@ AUTOMAKE_OPTIONS = foreign 1.4 -H_FILES = utsname.h +include_sysdir = $(includedir)/sys -noinst_HEADERS = $(H_FILES) +include_sys_HEADERS = utsname.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \ - $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/sys/%) + $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%) $(PROJECT_INCLUDE)/sys: @$(mkinstalldirs) $@ -- cgit v1.2.3