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

@@ -12,7 +12,7 @@ endif
noinst_SCRIPTS=runtest looptest $(perl_scripts)
# HACK: install to build-tree
install-exec-local: $(SCRIPTS)
all-local: $(SCRIPTS)
$(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/tests
for i in $(SCRIPTS); do \
$(INSTALL_SCRIPT) $$i $(PROJECT_ROOT)/${RTEMS_BSP}/tests ; \