From 614e671bde433970f839142c76fe70cddc6c231b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 13:21:14 +0000 Subject: 2001-09-23 Ralf Corsepius * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='. * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. * include/Makefile.am: Use 'PREINSTALL_FILES ='. * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/exec/posix/macros/rtems/posix/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/posix/macros/rtems/posix/Makefile.am') diff --git a/c/src/exec/posix/macros/rtems/posix/Makefile.am b/c/src/exec/posix/macros/rtems/posix/Makefile.am index a2ba29d25d..5f3e2ad701 100644 --- a/c/src/exec/posix/macros/rtems/posix/Makefile.am +++ b/c/src/exec/posix/macros/rtems/posix/Makefile.am @@ -12,7 +12,7 @@ I_FILES = cond.inl intr.inl key.inl mqueue.inl mutex.inl priority.inl \ if MACROS include_rtems_posix_HEADERS = $(I_FILES) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/posix \ $(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/rtems/posix/%) $(PROJECT_INCLUDE)/rtems/posix: -- cgit v1.2.3