summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems')
-rw-r--r--c/src/exec/rtems/ChangeLog5
-rw-r--r--c/src/exec/rtems/macros/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/exec/rtems/ChangeLog b/c/src/exec/rtems/ChangeLog
index bc64acf5f5..dd4b563bc5 100644
--- a/c/src/exec/rtems/ChangeLog
+++ b/c/src/exec/rtems/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * macros/Makefile.am: Replace INLINES w/ MACROS (Fix stupid typo in
+ previous patch).
+
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Remove.
diff --git a/c/src/exec/rtems/macros/Makefile.am b/c/src/exec/rtems/macros/Makefile.am
index 7365f30596..6289323ae0 100644
--- a/c/src/exec/rtems/macros/Makefile.am
+++ b/c/src/exec/rtems/macros/Makefile.am
@@ -11,7 +11,7 @@ $(PROJECT_INCLUDE)/rtems/rtems:
$(PROJECT_INCLUDE)/%: %
$(INSTALL_DATA) $< $@
-if INLINE
+if MACROS
include_rtems_rtems_HEADERS = rtems/rtems/asr.inl rtems/rtems/attr.inl \
rtems/rtems/dpmem.inl rtems/rtems/event.inl rtems/rtems/eventset.inl \
rtems/rtems/message.inl rtems/rtems/modes.inl rtems/rtems/options.inl \