Skip to content

Commit 3a1a5aa

Browse files
committed
Make sure patch is apply
1 parent fbab4fb commit 3a1a5aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ nginx-@NGINX_VERSION@: nginx-@[email protected]
2020
.PHONY: patch
2121
patch: $(PATCH_FILES)
2222

23+
.PHONY: $(PATCH_FILES)
2324
$(PATCH_FILES): %: nginx-@NGINX_VERSION@
2425
cd nginx-@NGINX_VERSION@; patch -p1 < ../$*
2526

26-
nginx-@NGINX_VERSION@/objs/ngx_http_redirectionio_module.so: patch nginx-@NGINX_VERSION@
27+
nginx-@NGINX_VERSION@/objs/ngx_http_redirectionio_module.so: nginx-@NGINX_VERSION@ patch
2728
cd nginx-@NGINX_VERSION@; \
2829
./configure --prefix=@NGINX_PREFIX@ @NGINX_CONFIGURE@ --add-dynamic-module=../; \
2930
make -j12 @NGINX_MAKE_TARGET@

0 commit comments

Comments
 (0)