diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-08 12:40:21 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-08 12:40:21 -0400 |
commit | 951d39110b8500f206e8b9cbe83d9be0f5404160 (patch) | |
tree | c9cbcf5b876239df997ced1e3354f7ebe8029583 | |
parent | 5f065ab11b19b021b39e907867750c62a24a3d4d (diff) | |
download | debhelper-951d39110b8500f206e8b9cbe83d9be0f5404160.tar.gz |
add semicolon after build targets to avoid implicit target running
-rwxr-xr-x | dh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |