summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:32:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:32:04 +0000
commitf0ab3fa51ea3bb02f82bd35af163e614dbce2113 (patch)
treee3d331faf08e2aedbf70f3a5941fe498ed7ec388 /cpukit/rtems
parent2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f0ab3fa51ea3bb02f82bd35af163e614dbce2113.tar.bz2
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am, include/rtems/rtems/Makefile.am, inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am, rtems/optman/Makefile.am: Apply include_*HEADERS instead of H_FILES.
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/ChangeLog7
-rw-r--r--cpukit/rtems/include/Makefile.am6
2 files changed, 9 insertions, 4 deletions
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index a5e12514be..7cf403df32 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/Makefile.am, include/rtems/rtems/Makefile.am,
+ inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
+ rtems/optman/Makefile.am:
+ Apply include_*HEADERS instead of H_FILES.
+
2001-01-22 Michael Hamel <mhamel@adi.co.nz>
* include/rtems.h, src/signalcatch.c: Modifications to make
diff --git a/cpukit/rtems/include/Makefile.am b/cpukit/rtems/include/Makefile.am
index 09e318db3b..a17f777909 100644
--- a/cpukit/rtems/include/Makefile.am
+++ b/cpukit/rtems/include/Makefile.am
@@ -4,12 +4,10 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = rtems.h
-
-noinst_HEADERS = $(H_FILES)
+include_HEADERS = rtems.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
- $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
+ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):
@$(mkinstalldirs) $@