From e747aaf843229d4ae6a5227b81efb0a0f1ffcc53 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Sep 2001 13:34:27 +0000 Subject: 2001-09-28 Ralf Corsepius * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='. --- cpukit/librpc/ChangeLog | 4 ++++ cpukit/librpc/include/rpc/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/librpc/ChangeLog b/cpukit/librpc/ChangeLog index 272fe6a17e..0e064f9899 100644 --- a/cpukit/librpc/ChangeLog +++ b/cpukit/librpc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-28 Ralf Corsepius + + * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-02-03 Ralf Corsepius * include/rpc/Makefile.am: Apply include_*HEADERS instead of 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: -- cgit v1.2.3