From 2a14f39fdfa80b021227396b22e38ed7c35356df Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Sun, 11 Feb 2007 17:19:55 +0000 Subject: Correctly build glob.dump on non-native archs. --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6bdb7e65..c8a416b8 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,11 @@ build-stamp: else \ $(MAKE) BEST=byte HASCOQIDE=byte check; \ fi - $(MAKE) glob.dump + if [ -e opt-stamp ]; then \ + $(MAKE) BEST=opt glob.dump; \ + else \ + $(MAKE) BEST=byte HASCOQIDE=byte glob.dump; \ + fi cp tools/coqdoc/coqdoc.sty doc/stdlib/ $(MAKE) -C doc stdlib/html/index.html touch build-stamp -- cgit v1.2.3