From: Russ Allbery Date: Wed, 22 Sep 2010 00:18:52 +0000 (-0700) Subject: Fix the build ordering by explicitly calling dh_auto_build X-Git-Tag: debian/1.5.77-1~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ed5f8f1f1d7bcfa6e1343116e277cdd59b0a9dbe;p=packages%2Fo%2Fopenafs.git Fix the build ordering by explicitly calling dh_auto_build --- diff --git a/debian/rules b/debian/rules index 2e9eead33..9b8587688 100755 --- a/debian/rules +++ b/debian/rules @@ -101,6 +101,7 @@ override_dh_auto_configure: # Also build a libafs_tree and build the XML documentation. override_dh_auto_build: + dh_auto_build $(MAKE) libafs_tree set -e; for d in AdminGuide QuickStartUnix UserGuide ; do \ $(MAKE) -C doc/xml/$$d all ; \