From 39654fd1cbb01dc717143f50bc3d570742f68336 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 13:28:47 +0000 Subject: 2001-09-23 Ralf Corsepius * Makefile.am: Use 'PREINSTALL_FILES ='. --- testsuites/tools/generic/ChangeLog | 4 ++++ testsuites/tools/generic/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/tools/generic/ChangeLog b/testsuites/tools/generic/ChangeLog index b7c8ab45be..f0f460842c 100644 --- a/testsuites/tools/generic/ChangeLog +++ b/testsuites/tools/generic/ChangeLog @@ -1,3 +1,7 @@ +2001-09-23 Ralf Corsepius + + * Makefile.am: Use 'PREINSTALL_FILES ='. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. diff --git a/testsuites/tools/generic/Makefile.am b/testsuites/tools/generic/Makefile.am index 775d0d39d6..d8d5c8ca18 100644 --- a/testsuites/tools/generic/Makefile.am +++ b/testsuites/tools/generic/Makefile.am @@ -9,7 +9,7 @@ noinst_SCRIPTS = difftest sorttimes project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@ -PREINSTALL_FILES += $(project_bspdir)/tests $(project_bspdir)/tests/difftest \ +PREINSTALL_FILES = $(project_bspdir)/tests $(project_bspdir)/tests/difftest \ $(project_bspdir)/tests/sorttimes $(project_bspdir)/tests: -- cgit v1.2.3