fix the assertion at startup, and other breakage. because appshell is a component, we need to install

it into bin/components, and not bin.  r=syd
This commit is contained in:
sspitzer%netscape.com 2000-02-05 09:36:02 +00:00
parent f5da0acb64
commit 83d321361d

View File

@ -116,7 +116,7 @@ LLIBS= \
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) $(DLL) $(DIST)\bin
$(MAKE_INSTALL) $(DLL) $(DIST)\bin\components
clobber::
rm -f $(DIST)\bin\$(DLLNAME).dll
rm -f $(DIST)\bin\components\$(DLLNAME).dll