summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/tools/generic/ChangeLog4
-rw-r--r--testsuites/tools/generic/Makefile.am2
2 files changed, 5 insertions, 1 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Use 'PREINSTALL_FILES ='.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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: