summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/sys
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:31:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:31:28 +0000
commit890f07cb8310463a56fd1a642d378ae98ea7913f (patch)
treec59416eebf7f338ffa6a270d16df6f884811cac5 /c/src/exec/posix/include/sys
parent2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-890f07cb8310463a56fd1a642d378ae98ea7913f.tar.bz2
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
Diffstat (limited to 'c/src/exec/posix/include/sys')
-rw-r--r--c/src/exec/posix/include/sys/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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) $@