bug 1255485 - Remove NSDISTMODE=copy support from config.mk. r=nalexander

MozReview-Commit-ID: L5Pe4NexbJD
This commit is contained in:
Ted Mielczarek 2017-11-22 15:31:01 -05:00
Родитель 4b813d4c4a
Коммит 9cbb220c5f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -321,7 +321,7 @@ else
# This isn't laid out as conditional directives so that NSDISTMODE can be
# target-specific.
INSTALL = $(if $(filter copy, $(NSDISTMODE)), $(NSINSTALL) -t, $(if $(filter absolute_symlink, $(NSDISTMODE)), $(NSINSTALL) -L $(PWD), $(NSINSTALL) -R))
INSTALL = $(if $(filter absolute_symlink, $(NSDISTMODE)), $(NSINSTALL) -L $(PWD), $(NSINSTALL) -R)
endif # WINNT