From ccc79e592cfe1172db5f2def5a24c2f7cfd418bf Mon Sep 17 00:00:00 2001 From: Christopher Degawa Date: Tue, 3 Mar 2020 16:23:45 +0000 Subject: Makefile: prepend srcdir to jq.1.prebuilt to fix out of source compilation --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8bbabb12..f5c1db59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -169,7 +169,7 @@ else endif jq.1: jq.1.prebuilt - $(AM_V_GEN) cp jq.1.prebuilt $@ + $(AM_V_GEN) cp $(srcdir)/jq.1.prebuilt $@ ### Build oniguruma -- cgit v1.2.3