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/include/rtems/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/include/rtems/Makefile.am') 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: -- cgit v1.2.3