summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile
index 5dbca5b..51c93a1 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -109,7 +109,7 @@ share/man/man1/pp.1:
out: bin/pp $(out_deps)
bin/pp:
- cd pp && $(MAKE) && chmod +x pp && cp pp ../bin/pp
+ $(MAKE) --directory=pp && chmod +x pp/pp && cp pp/pp bin/pp
$(foreach ext,$(sort $(out_deps_ext)),\
$(eval $(out_rule)))