diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-13T12·41+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-13T12·41+0200 |
commit | 969a14599d2f7bfd02971475b5b2be49fb965117 (patch) | |
tree | ee8e29c17041e39a4f09dfb41fe39e2d46d2a340 /substitute.mk | |
parent | 34a85c5405a228860a7bbe77239fb0204bf6952c (diff) |
If "pv" is available at compile time, hard-code its path
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index 9009b4249485..d28b330a673d 100644 --- a/substitute.mk +++ b/substitute.mk @@ -22,6 +22,7 @@ -e "s^@sed\@^$(sed)^g" \ -e "s^@tar\@^$(tar)^g" \ -e "s^@gzip\@^$(gzip)^g" \ + -e "s^@pv\@^$(pv)^g" \ -e "s^@tr\@^$(tr)^g" \ -e "s^@dot\@^$(dot)^g" \ -e "s^@xmllint\@^$(xmllint)^g" \ |