summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Degawa <ccom@randomderp.com>2020-03-03 16:23:45 +0000
committerWilliam Langford <wlangfor@gmail.com>2020-03-03 11:50:04 -0500
commitccc79e592cfe1172db5f2def5a24c2f7cfd418bf (patch)
treeaee535a3870e6990f8ec6d7e0b9909ea2e7070f8
parent50a7022ea68fb37faefdcd7a35661df72fbfd655 (diff)
Makefile: prepend srcdir to jq.1.prebuilt to fix out of source compilation
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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