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

MozReview-Commit-ID: L5Pe4NexbJD

--HG--
extra : rebase_source : 3a499c357948da288fa12e28010bee069510b00d
This commit is contained in:
Ted Mielczarek 2017-11-22 15:31:01 -05:00
Родитель e3f2c0b1a3
Коммит be1e5a70e4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -328,7 +328,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