From 4154b62fda1b62a6be26eb7fb141279ac84a2511 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Sep 2001 13:35:49 +0000 Subject: 2001-09-28 Ralf Corsepius * 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 ='. --- c/src/lib/ChangeLog | 8 ++++++++ c/src/lib/include/Makefile.am | 2 +- c/src/lib/include/motorola/Makefile.am | 2 +- c/src/lib/include/rtems/Makefile.am | 2 +- c/src/lib/include/sys/Makefile.am | 2 +- c/src/lib/include/zilog/Makefile.am | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog index 9d9cfb3915..f1c66241be 100644 --- a/c/src/lib/ChangeLog +++ b/c/src/lib/ChangeLog @@ -1,3 +1,11 @@ +2001-09-28 Ralf Corsepius + + * 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 * include/sys/Makefile.am: Use = instead of += to setup diff --git a/c/src/lib/include/Makefile.am b/c/src/lib/include/Makefile.am index 0920ef5255..29652d714d 100644 --- a/c/src/lib/include/Makefile.am +++ b/c/src/lib/include/Makefile.am @@ -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): diff --git a/c/src/lib/include/motorola/Makefile.am b/c/src/lib/include/motorola/Makefile.am index 9d4cfbbf93..06bb3cda89 100644 --- a/c/src/lib/include/motorola/Makefile.am +++ b/c/src/lib/include/motorola/Makefile.am @@ -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: diff --git a/c/src/lib/include/rtems/Makefile.am b/c/src/lib/include/rtems/Makefile.am index 71435cfbc3..b10c786f59 100644 --- a/c/src/lib/include/rtems/Makefile.am +++ b/c/src/lib/include/rtems/Makefile.am @@ -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: diff --git a/c/src/lib/include/sys/Makefile.am b/c/src/lib/include/sys/Makefile.am index 31ee1b5873..a37abad178 100644 --- a/c/src/lib/include/sys/Makefile.am +++ b/c/src/lib/include/sys/Makefile.am @@ -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: diff --git a/c/src/lib/include/zilog/Makefile.am b/c/src/lib/include/zilog/Makefile.am index 4276428fb5..64884d8052 100644 --- a/c/src/lib/include/zilog/Makefile.am +++ b/c/src/lib/include/zilog/Makefile.am @@ -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: -- cgit v1.2.3