2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/Makefile.am: Use 'PREINSTALL_FILES ='.
	* inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-28 13:36:26 +00:00
parent 3f56f22c7f
commit 0e053e83ae
7 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
* inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
* macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.

View File

@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
include_HEADERS = confdefs.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):

View File

@@ -9,7 +9,7 @@ include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = config.h directives.h extension.h fatal.h init.h io.h mptables.h \
sptables.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
$(PROJECT_INCLUDE)/rtems:

View File

@@ -8,7 +8,7 @@ include_rtemsdir = $(includedir)/rtems
if INLINE
include_rtems_HEADERS = extension.inl
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
$(PROJECT_INCLUDE)/rtems:

View File

@@ -11,7 +11,7 @@ I_FILES = extension.inl
if MACROS
include_rtems_HEADERS = $(I_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
$(PROJECT_INCLUDE)/rtems:

View File

@@ -1,3 +1,10 @@
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
* inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
* macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.

View File

@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
include_HEADERS = confdefs.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):