From: Joey Hess Date: Thu, 8 Apr 2010 16:40:21 +0000 (-0400) Subject: add semicolon after build targets to avoid implicit target running X-Git-Tag: 7.4.17~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=951d39110b8500f206e8b9cbe83d9be0f5404160;p=debhelper.git add semicolon after build targets to avoid implicit target running --- diff --git a/dh b/dh index c4fec03..389afc2 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: