From 951d39110b8500f206e8b9cbe83d9be0f5404160 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Apr 2010 12:40:21 -0400 Subject: [PATCH] add semicolon after build targets to avoid implicit target running --- dh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2