From 3ebf5df3c6ba7f876c637b630bfb1d9f70b79dc8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:32:28 +0000 Subject: 2001-02-03 Ralf Corsepius * include/Makefile.am, include/rtems/Makefile.am, inline/rtems/Makefile.am, macros/rtems/Makefile.am: Apply include_*HEADERS instead of H_FILES. --- c/src/exec/sapi/inline/rtems/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'c/src/exec/sapi/inline/rtems/Makefile.am') diff --git a/c/src/exec/sapi/inline/rtems/Makefile.am b/c/src/exec/sapi/inline/rtems/Makefile.am index cdc59dd96a..2b4f5debb5 100644 --- a/c/src/exec/sapi/inline/rtems/Makefile.am +++ b/c/src/exec/sapi/inline/rtems/Makefile.am @@ -3,14 +3,13 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 +include_rtemsdir = $(includedir)/rtems if INLINE -I_FILES = extension.inl - -noinst_HEADERS = $(I_FILES) +include_rtems_HEADERS = extension.inl PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ - $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) + $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(PROJECT_INCLUDE)/rtems: @$(mkinstalldirs) $@ -- cgit v1.2.3