From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- testsuites/tools/Makefile.am | 2 +- testsuites/tools/generic/Makefile.am | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'testsuites/tools') diff --git a/testsuites/tools/Makefile.am b/testsuites/tools/Makefile.am index ec01965fb6..8350d64884 100644 --- a/testsuites/tools/Makefile.am +++ b/testsuites/tools/Makefile.am @@ -8,4 +8,4 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal SUBDIRS = @subdirs@ include $(top_srcdir)/../../../../automake/subdirs.am -include $(top_srcdir)/../../../../automake/local.am +include $(top_srcdir)/../../../../automake/host.am diff --git a/testsuites/tools/generic/Makefile.am b/testsuites/tools/generic/Makefile.am index 642274f63c..ce72cdae4a 100644 --- a/testsuites/tools/generic/Makefile.am +++ b/testsuites/tools/generic/Makefile.am @@ -9,10 +9,8 @@ noinst_SCRIPTS = difftest sorttimes project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@ -PREINSTALL_FILES = \ -$(project_bspdir)/tests \ -$(project_bspdir)/tests/difftest \ -$(project_bspdir)/tests/sorttimes +PREINSTALL_FILES += $(project_bspdir)/tests $(project_bspdir)/tests/difftest \ + $(project_bspdir)/tests/sorttimes $(project_bspdir)/tests: @$(mkinstalldirs) $@ -- cgit v1.2.3