From 3fef74e475935b56d088e55268a894fb3b0a7f70 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Thu, 3 Jun 1999 20:48:13 +0000 Subject: [PATCH] Remove dependency from clobber rule. git-svn-id: svn://10.0.0.236/trunk@33576 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dom/public/html/makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/dom/public/html/makefile.win b/mozilla/dom/public/html/makefile.win index 21cb579ee32..8151641bf08 100644 --- a/mozilla/dom/public/html/makefile.win +++ b/mozilla/dom/public/html/makefile.win @@ -93,5 +93,5 @@ include <$(DEPTH)\config\rules.mak> export:: $(XPDIST)\include for %f in ($(EXPORTS2)) do $(MAKE_INSTALL:/=\) %f $(XPDIST:/=\)\include -clobber:: $(XPDIST)\public\$(MODULE) +clobber:: -for %g in ($(EXPORTS2)) do $(RM) $(XPDIST:/=\)\include\%g