mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
All Linux variants seem to have zip and unzip in /usr/bin, so no need for the extra ifeq to restrict it to ppc.
This commit is contained in:
parent
9fb36e1104
commit
3d26c5f6ab
@ -132,11 +132,8 @@ JAVA_PROG = $(JAVA_BIN)java
|
||||
PERL = /usr/bin/perl
|
||||
PROCESSOR_ARCHITECTURE = _$(CPU_ARCH)
|
||||
RANLIB = /usr/bin/ranlib
|
||||
|
||||
ifneq ($(CPU_ARCH),ppc)
|
||||
UNZIP_PROG = /usr/bin/unzip
|
||||
ZIP_PROG = /usr/bin/zip
|
||||
endif
|
||||
|
||||
######################################################################
|
||||
# Other
|
||||
|
Loading…
Reference in New Issue
Block a user