Skip to content

Commit

Permalink
Makefile: prepend srcdir to jq.1.prebuilt to fix out of source compil…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
1480c1 authored and wtlangford committed Mar 3, 2020
1 parent 50a7022 commit ccc79e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ccc79e5

Please sign in to comment.