Skip to content

Commit ccc79e5

Browse files
1480c1wtlangford
authored andcommitted
Makefile: prepend srcdir to jq.1.prebuilt to fix out of source compilation
1 parent 50a7022 commit ccc79e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ else
169169
endif
170170

171171
jq.1: jq.1.prebuilt
172-
$(AM_V_GEN) cp jq.1.prebuilt $@
172+
$(AM_V_GEN) cp $(srcdir)/jq.1.prebuilt $@
173173

174174
### Build oniguruma
175175

0 commit comments

Comments
 (0)