projects
/
debhelper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f065ab
)
add semicolon after build targets to avoid implicit target running
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 8 Apr 2010 16:40:21 +0000
(12:40 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 8 Apr 2010 16:40:21 +0000
(12:40 -0400)
dh
patch
|
blob
|
history
diff --git
a/dh
b/dh
index c4fec0351d3d3e9bb9cafa01265e335554a964bd..389afc29a96c0b2ae92964c7e85c9ab33550b8c8 100755
(executable)
--- 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: