From db0c2d0f86e7fb2153be13431641a2fad0babf90 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Mon, 28 Jul 2008 11:48:45 +0200 Subject: patch-stamp and configure-stamp are dependencies of build-stamp This is needed for proper parallel build (-j option of dpkg-buildpackage). However, check target of Coq Makefile doesn't handle well parallel build yet (will be fixed in next version). --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8ae84589..1dc43f97 100755 --- a/debian/rules +++ b/debian/rules @@ -28,8 +28,8 @@ configure-stamp: fi touch configure-stamp -build: patch-stamp configure-stamp build-stamp -build-stamp: +build: build-stamp +build-stamp: patch-stamp configure-stamp dh_testdir if grep -q BEST=opt config/Makefile; \ then \ -- cgit v1.2.3