diff --git a/mozilla/editor/base/makefile.win b/mozilla/editor/base/makefile.win index f7804ac4fc4..8c4fa4a39e8 100644 --- a/mozilla/editor/base/makefile.win +++ b/mozilla/editor/base/makefile.win @@ -128,5 +128,5 @@ libs:: $(DLL) $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib clobber:: - rm -f $(DIST)\bin\$(DLLNAME).dll + rm -f $(DIST)\bin\components\$(DLLNAME).dll rm -f $(DIST)\lib\$(DLLNAME).lib diff --git a/mozilla/editor/guimgr/src/makefile.win b/mozilla/editor/guimgr/src/makefile.win index b769e1d17cc..a6bdfeb6a76 100644 --- a/mozilla/editor/guimgr/src/makefile.win +++ b/mozilla/editor/guimgr/src/makefile.win @@ -64,5 +64,5 @@ libs:: $(DLL) $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib clobber:: - rm -f $(DIST)\bin\$(DLLNAME).dll + rm -f $(DIST)\bin\components\$(DLLNAME).dll rm -f $(DIST)\lib\$(DLLNAME).lib diff --git a/mozilla/editor/txmgr/src/makefile.win b/mozilla/editor/txmgr/src/makefile.win index 4cbba13fee9..23355524d18 100644 --- a/mozilla/editor/txmgr/src/makefile.win +++ b/mozilla/editor/txmgr/src/makefile.win @@ -73,5 +73,5 @@ libs:: $(DLL) $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib clobber:: - rm -f $(DIST)\bin\$(DLLNAME).dll + rm -f $(DIST)\bin\components\$(DLLNAME).dll rm -f $(DIST)\lib\$(DLLNAME).lib