Avoid calling make recursively when "testsuite" is not present

Suggestion of Damien Doligez.
master
Christophe Troestler 2016-01-29 17:56:07 +01:00 committed by Damien Doligez
parent c449bbeb3d
commit 37edba7be7
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ installoptopt:
# Run all tests
tests: opt.opt
cd testsuite; $(MAKE) clean && $(MAKE) all
cd testsuite && $(MAKE) clean && $(MAKE) all
# The clean target