diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-01-06 21:05:57 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-01-06 23:02:43 +0100 |
commit | 2f1cf69153593ba61da672be72eb2ff4a5a7dad8 (patch) | |
tree | 5291a0690aed43c3ddfdf0d18aecd8294314e291 /download.lst | |
parent | 6b737072279b137b0224a3bbe48907621a36f434 (diff) |
remove obsolete MOZ_ZIP_* variables
Change-Id: Ie83ff9e50534536326c78de1b6b717fe18b6dae1
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/download.lst b/download.lst index 52b5210193ea..c28b972813b3 100644 --- a/download.lst +++ b/download.lst @@ -175,6 +175,3 @@ export ZLIB_TARBALL := zlib-1.2.8.tar.gz export ZMF_MD5SUM := c611df8664240de0276ab95670f413d8 export ZMF_TARBALL := libzmf-0.0.1.tar.bz2 -export MOZ_ZIP_INC := $(OS)$(COM)$(if $(filter INTEL,$(CPUNAME)),I,X)inc.zip -export MOZ_ZIP_LIB := $(OS)$(COM)$(if $(filter INTEL,$(CPUNAME)),I,X)lib.zip -export MOZ_ZIP_RUNTIME := $(OS)$(COM)$(if $(filter INTEL,$(CPUNAME)),I,X)runtime.zip |