diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 15:34:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 15:34:19 +0100 |
| commit | 3773af632c558bb058a72e43ac25762ae74630c8 (patch) | |
| tree | afde29ebb20bd546bd023d26597b3e41137b465c /http/Makefile | |
| parent | 2aeb58d9eda060f128ab2645790c48582b79786f (diff) | |
fix bin/pp rule
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 2 |
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))) |
