From d862fb2a9b637413eaf10dcaebcbda474f7ede22 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Mon, 28 Jun 1999 22:23:04 +0000 Subject: [PATCH] Removing duplicate nsDebug.obj. Thanks to for pointing this out. git-svn-id: svn://10.0.0.236/trunk@37252 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/makefile.win | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/xpcom/base/makefile.win b/mozilla/xpcom/base/makefile.win index 001da4a26df..3a884c241d3 100644 --- a/mozilla/xpcom/base/makefile.win +++ b/mozilla/xpcom/base/makefile.win @@ -64,7 +64,6 @@ CPP_OBJS = \ .\$(OBJDIR)\nsDebug.obj \ .\$(OBJDIR)\nsAllocator.obj \ .\$(OBJDIR)\nsCOMPtr.obj \ - .\$(OBJDIR)\nsDebug.obj \ .\$(OBJDIR)\nsID.obj \ .\$(OBJDIR)\nsTraceRefcnt.obj \ $(NULL)