2001-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* macros/Makefile.am: Replace INLINES w/ MACROS (Fix stupid typo in
	previous patch).
This commit is contained in:
Joel Sherrill
2001-10-23 20:22:35 +00:00
parent e084576f01
commit 21a369d4a6
4 changed files with 12 additions and 2 deletions

View File

@@ -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.

View File

@@ -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 \