Commit 83d32136 authored by sspitzer%netscape.com's avatar sspitzer%netscape.com
Browse files

fix the assertion at startup, and other breakage. because appshell is a...

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
parent f5da0acb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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