summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-12-10 01:31:51 +0000
committerEric Christopher <echristo@apple.com>2010-12-10 01:31:51 +0000
commit031d30781acaecb58f64a7b480818a219594e99f (patch)
tree61d3840b50a30e7c36b3ebdde04bf08d27584e4c /Makefile.config.in
parentd191751f0e6ac1ca9e781344b5a90d3f2b26771c (diff)
downloadllvm-031d30781acaecb58f64a7b480818a219594e99f.tar.gz
llvm-031d30781acaecb58f64a7b480818a219594e99f.tar.bz2
llvm-031d30781acaecb58f64a7b480818a219594e99f.tar.xz
Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment
variable for args you want to default pass to gzip. Patch based on one by asau@inbox.ru. Fixes PR8758. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121449 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index e57ab815b6..73d2d871f4 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -164,7 +164,7 @@ CAT := @CAT@
DOT := @DOT@
DOXYGEN := @DOXYGEN@
GROFF := @GROFF@
-GZIP := @GZIP@
+GZIPBIN := @GZIPBIN@
OCAMLC := @OCAMLC@
OCAMLOPT := @OCAMLOPT@
OCAMLDEP := @OCAMLDEP@