summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2019-04-15 09:09:09 +0200
committerJean Delvare <jdelvare@suse.de>2019-04-15 09:09:09 +0200
commit457dfa06c506db0f5685ef112499160e7c7ec42e (patch)
tree2744a0ea2147bcc44ce2c82cc53310b08dacd5cb /Makefile.in
parent294006e12823f6a1b827e70b1c2c5ce87beb4607 (diff)
downloadquilt-457dfa06c506db0f5685ef112499160e7c7ec42e.tar.gz
Actually make stat configurable
It was handled in autoconf.ac, but not Makefile.in. [JD: Simplified and updated description accordingly.] Signed-off-by: Mihai Moldovan <ionic@ionic.de> Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 40d316f..16fb718 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,6 +27,7 @@ SHELL:= @BASH@ # It does not work if dash is used as a shell, for example
GREP := @GREP@
TAIL := @TAIL@
TR := @TR@
+STAT := @STAT@
SED := @SED@
AWK := @AWK@
FIND := @FIND@