Avoid building BENCHMARK in machines that do not have enough lisp implementations.

This commit is contained in:
jjgarcia 2001-09-29 11:05:32 +00:00
parent a14aecf737
commit 61b85f96ff

View file

@ -57,7 +57,9 @@ benchmark.html: $(srcdir)/benchmark.in.html ../gabriel/BENCHMARK
echo '<pre>'; cat ../gabriel/BENCHMARK; echo '</pre>'; \
cat $(srcdir)/end) | $(FILTER) > $@
../gabriel/BENCHMARK:
echo '<b>Benchmark not available</b>' > ../gabriel/BENCHMARK
cd ../gabriel; \
if (which lisp && which clisp) > /dev/null; then make; \
else \ echo "No benchmarks available" > BENCHMARK; fi
license.html: $(top_srcdir)/../Copyright
(cat $(srcdir)/head; \
echo '<pre>'; cat $?; echo '</pre>'; \