From aea9bb4695d41f061c880aad4b89892e2c1c9585 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Sep 2001 13:34:40 +0000 Subject: 2001-09-28 Ralf Corsepius * untar/Makefile.am: Use 'PREINSTALL_FILES ='. * monitor/Makefile.am: Use 'PREINSTALL_FILES ='. * shell/Makefile.am: Use 'PREINSTALL_FILES ='. * devnull/Makefile.am: Use 'PREINSTALL_FILES ='. * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='. * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='. * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='. * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='. * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='. * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='. --- cpukit/libmisc/untar/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc/untar/Makefile.am') diff --git a/cpukit/libmisc/untar/Makefile.am b/cpukit/libmisc/untar/Makefile.am index 902df76e49..c130403b76 100644 --- a/cpukit/libmisc/untar/Makefile.am +++ b/cpukit/libmisc/untar/Makefile.am @@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h $(LIB): $(OBJS) $(make-library) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) -- cgit v1.2.3