summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:34:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:34:27 +0000
commite747aaf843229d4ae6a5227b81efb0a0f1ffcc53 (patch)
tree1b6b00df939622f68083f75d4d8ee83ec05361af /cpukit/librpc/include
parent2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e747aaf843229d4ae6a5227b81efb0a0f1ffcc53.tar.bz2
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
Diffstat (limited to 'cpukit/librpc/include')
-rw-r--r--cpukit/librpc/include/rpc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/librpc/include/rpc/Makefile.am b/cpukit/librpc/include/rpc/Makefile.am
index 96ba43f51a..bc3503d16e 100644
--- a/cpukit/librpc/include/rpc/Makefile.am
+++ b/cpukit/librpc/include/rpc/Makefile.am
@@ -12,7 +12,7 @@ H_FILES = auth.h auth_des.h auth_unix.h clnt.h des.h des_crypt.h pmap_clnt.h \
if HAS_NETWORKING
include_rpc_HEADERS = $(H_FILES)
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rpc \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/rpc \
$(H_FILES:%=$(PROJECT_INCLUDE)/rpc/%)
$(PROJECT_INCLUDE)/rpc: