From ed5f8f1f1d7bcfa6e1343116e277cdd59b0a9dbe Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 21 Sep 2010 17:18:52 -0700 Subject: [PATCH] Fix the build ordering by explicitly calling dh_auto_build --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 ; \ -- 2.39.5