зеркало из https://github.com/mozilla/gecko-dev.git
Explicitly call $(PERL) rather than relying upon the OS to interpret the script correctly.
This commit is contained in:
Родитель
68049fe0ce
Коммит
0530b750cc
|
@ -104,8 +104,8 @@ BUILD_MODULE_CVS_NS = $(foreach mod,$(BUILD_MODULES), $(BM_CVS_NS_$(mod)))
|
|||
#
|
||||
ifdef PERL
|
||||
|
||||
BUILD_MODULE_DIRS := $(shell $(topsrcdir)/build/unix/uniq.pl $(BUILD_MODULE_DIRS))
|
||||
BUILD_MODULE_DEP_DIRS := $(shell $(topsrcdir)/build/unix/uniq.pl $(BUILD_MODULE_DEP_DIRS))
|
||||
BUILD_MODULE_DIRS := $(shell $(PERL) $(topsrcdir)/build/unix/uniq.pl $(BUILD_MODULE_DIRS))
|
||||
BUILD_MODULE_DEP_DIRS := $(shell $(PERL) $(topsrcdir)/build/unix/uniq.pl $(BUILD_MODULE_DEP_DIRS))
|
||||
|
||||
else
|
||||
# Since PERL isn't defined, client.mk must've called us so order doesn't matter
|
||||
|
|
Загрузка…
Ссылка в новой задаче