summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-03 15:34:19 +0100
committerJoe Carstairs <me@joeac.net>2026-07-03 15:34:19 +0100
commit3773af632c558bb058a72e43ac25762ae74630c8 (patch)
treeafde29ebb20bd546bd023d26597b3e41137b465c
parent2aeb58d9eda060f128ab2645790c48582b79786f (diff)
fix bin/pp rule
-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)))