From 1edbf737bb2b133add0ff78d7155d81530e7ffc8 Mon Sep 17 00:00:00 2001 From: "gagan%netscape.com" Date: Tue, 20 Oct 1998 03:10:10 +0000 Subject: [PATCH] Temp fix for build breakage. git-svn-id: svn://10.0.0.236/trunk@13180 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/cache/makefile.win | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mozilla/network/cache/makefile.win b/mozilla/network/cache/makefile.win index ad554ec5e15..4ef5f9367bc 100644 --- a/mozilla/network/cache/makefile.win +++ b/mozilla/network/cache/makefile.win @@ -69,11 +69,11 @@ DIRS=nu EXTRA_LIBS= -!ifdef NU_CACHE +#!ifdef NU_CACHE REQUIRES= network nspr2 cache -!else -REQUIRES= network nspr2 -!endif +#!else +#REQUIRES= network nspr2 +#!endif EXPORTS= netcache.h @@ -93,9 +93,7 @@ LINCS= \ -I$(XPDIST)\public\java \ -I$(XPDIST)\public\fileurl \ -I$(XPDIST)\public\security \ -!ifdef NU_CACHE -I$(XPDIST)\public\cache \ -!endif -I$(XPDIST)\public\jtools #!endif