diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2001-09-27 13:21:14 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2001-09-27 13:21:14 +0000 |
commit | 614e671bde433970f839142c76fe70cddc6c231b (patch) | |
tree | 9801ef272f8d194ca69791680d442a821cde7408 /c/src/exec/posix/include/Makefile.am | |
parent | 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff) | |
download | rtems-614e671bde433970f839142c76fe70cddc6c231b.tar.bz2 |
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 ='.
Diffstat (limited to 'c/src/exec/posix/include/Makefile.am')
-rw-r--r-- | c/src/exec/posix/include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/include/Makefile.am b/c/src/exec/posix/include/Makefile.am index 7988a93e04..f01d9416cc 100644 --- a/c/src/exec/posix/include/Makefile.am +++ b/c/src/exec/posix/include/Makefile.am @@ -8,7 +8,7 @@ noinst_HEADERS = devctl.h intr.h include_HEADERS = sched.h aio.h mqueue.h semaphore.h -PREINSTALL_FILES += $(PROJECT_INCLUDE) \ +PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(PROJECT_INCLUDE): |