Deleted an extra line that was probably added incorrectly during merging.

This commit is contained in:
wtc%netscape.com 2001-06-14 22:01:54 +00:00
Родитель eee2b1ecba
Коммит d1f8da8b54
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -205,7 +205,6 @@ ifeq ($(OS_ARCH),OpenVMS)
$(INSTALL) -m 444 $(SHARED_LIBRARY) $(dist_libdir)
ifdef SHARED_LIBRARY
$(INSTALL) -m 444 $(SHARED_LIBRARY:.$(DLL_SUFFIX)=.vms) $(dist_libdir)
$(INSTALL) -m 444 $(SHARED_LIBRARY:.$(DLL_SUFFIX)=.vms) $(dist_bindir)
endif
endif