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/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/tools/generic/Makefile.am') 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