summaryrefslogtreecommitdiffstats
path: root/testsuites/tools/generic/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-01 16:58:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-01 16:58:06 +0000
commitf72dd2a9fa7e55a7b4e53598f5eb008a56fc9cbf (patch)
treea80f51746a6672894db9ee2bf6f0f7e579a23c71 /testsuites/tools/generic/Makefile.am
parentMoved sparc specific version of in_cksum_hdr to an inline routine like (diff)
downloadrtems-f72dd2a9fa7e55a7b4e53598f5eb008a56fc9cbf.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to address problems
on BSPs that install there own tools.
Diffstat (limited to '')
-rw-r--r--testsuites/tools/generic/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tools/generic/Makefile.am b/testsuites/tools/generic/Makefile.am
index d98b718198..7407cc891c 100644
--- a/testsuites/tools/generic/Makefile.am
+++ b/testsuites/tools/generic/Makefile.am
@@ -8,7 +8,7 @@ ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
noinst_SCRIPTS=difftest sorttimes
# HACK: install to build-tree
-install-exec-local: $(SCRIPTS)
+all-local: $(SCRIPTS)
$(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/tests
$(INSTALL_SCRIPT) difftest $(PROJECT_ROOT)/${RTEMS_BSP}/tests
$(INSTALL_SCRIPT) sorttimes $(PROJECT_ROOT)/${RTEMS_BSP}/tests