summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-08 12:40:21 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-08 12:40:21 -0400
commit951d39110b8500f206e8b9cbe83d9be0f5404160 (patch)
treec9cbcf5b876239df997ced1e3354f7ebe8029583 /dh
parent5f065ab11b19b021b39e907867750c62a24a3d4d (diff)
add semicolon after build targets to avoid implicit target running
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index c4fec035..389afc29 100755
--- a/dh
+++ b/dh
@@ -239,7 +239,7 @@ build-indep to avoid build daemons redundantly building the documentation.
%:
dh $@
- build: build-arch build-indep
+ build: build-arch build-indep ;
build-indep:
$(MAKE) docs
build-arch: