Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to address problems

on BSPs that install there own tools.
This commit is contained in:
Joel Sherrill
1999-04-01 16:58:06 +00:00
parent 517660f192
commit f72dd2a9fa
10 changed files with 33 additions and 33 deletions

View File

@@ -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