We didn't need this shit anyway.

This commit is contained in:
hyatt%netscape.com 2002-09-18 01:59:34 +00:00
Родитель 030b6a5c44
Коммит 88f1ddada1
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -91,7 +91,9 @@ mozbrowser:: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
libs:: mozbrowser
$(INSTALL) $< $(DIST)/bin
$(INSTALL) $(srcdir)/mozbrowser.exe.manifest $(DIST)/bin
libs:: mozbrowser.exe.manifest
$(INSTALL) $< $(DIST)/bin
install:: mozbrowser
$(SYSINSTALL) $< $(DESTDIR)$(bindir)