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

* include/zilog/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-28 13:35:49 +00:00
parent e4145663eb
commit 4154b62fda
6 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/zilog/Makefile.am: Use 'PREINSTALL_FILES ='.
* include/motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
* include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
* include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/sys/Makefile.am: Use = instead of += to setup

View File

@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
include_HEADERS = bspIo.h chain.h console.h clockdrv.h iosupp.h ringbuf.h rtc.h \
spurious.h timerdrv.h vmeintr.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):

View File

@@ -8,7 +8,7 @@ include_motoroladir = $(includedir)/motorola
include_motorola_HEADERS = mc68230.h mc68681.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/motorola \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/motorola \
$(include_motorola_HEADERS:%=$(PROJECT_INCLUDE)/motorola/%)
$(PROJECT_INCLUDE)/motorola:

View File

@@ -8,7 +8,7 @@ include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = assoc.h error.h libcsupport.h libio.h libio_.h termiostypes.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
$(PROJECT_INCLUDE)/rtems:

View File

@@ -20,7 +20,7 @@ include_sys_HEADERS = ioccom.h ttycom.h utime.h \
noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/sys \
$(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
$(PROJECT_INCLUDE)/sys:

View File

@@ -8,7 +8,7 @@ include_zilogdir = ${includedir}/zilog
include_zilog_HEADERS = z8036.h z8530.h z8536.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/zilog \
$(include_zilog_HEADERS:%=$(PROJECT_INCLUDE)/zilog/%)
$(PROJECT_INCLUDE)/zilog: