summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhole <dhole@openmailbox.org>2015-06-07 18:06:11 +0200
committerVagrant Cascadian <vagrant@reproducible-builds.org>2022-09-22 11:14:46 -0700
commit3d11ecf709188d487445f0d9e5180c945996c78e (patch)
tree2ed304d01a57f8f377475bceb928bdd13dd53a41
parente073a3d3c951ac198bfe51997ca975e7027a6fc1 (diff)
Makefile.in: Pass -n via GZIP_ENV to avoid embedding timestamps.
(Closes: #788000) Updated-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index df35f5d..8225ad4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -409,7 +409,7 @@ am__remove_distdir = \
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
-GZIP_ENV = --best
+GZIP_ENV = --best -n
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print