Missing dependency.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10593 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Clerc 2010-06-18 09:41:15 +00:00
parent 49f84679d2
commit 8c927af142
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@ default:
@echo " clean deletes generated files"
@echo " report prints the report for the last execution, if any"
all:
all: lib
@for dir in tests/*; do \
$(MAKE) $(NO_PRINT) exec-one DIR=$$dir; \
done 2>&1 | tee _log
@$(MAKE) report
list:
list: lib
@if [ -z $(FILE) ]; then echo "No value set for variable 'FILE'."; exit 1; fi
@if [ ! -f $(FILE) ]; then echo "File '$(FILE)' does not exist."; exit 1; fi
@while read LINE; do \