From 7b572778cf86a792ca4072bd8dd56808cc3e572e Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Fri, 26 Feb 1999 04:22:44 +0000 Subject: [PATCH] fix clobber rules to correctly clobber resources. --- mailnews/ui/compose/resources/Makefile.win | 1 - 1 file changed, 1 deletion(-) diff --git a/mailnews/ui/compose/resources/Makefile.win b/mailnews/ui/compose/resources/Makefile.win index de50864cb3b1..a9771aab52c4 100644 --- a/mailnews/ui/compose/resources/Makefile.win +++ b/mailnews/ui/compose/resources/Makefile.win @@ -27,7 +27,6 @@ install:: $(DLL) $(MAKE_INSTALL) ComposeFrame.html $(DIST)\bin\res\samples clobber:: - rm -f $(DIST)\bin\$(DLLNAME) rm -f $(DIST)\bin\res\samples\Compose.html rm -f $(DIST)\bin\res\samples\ComposeToolbar.xml rm -f $(DIST)\bin\res\samples\ComposeFrame.html