From 4cf2b62b6bb8be97fbb22a91d26aea962d4647f2 Mon Sep 17 00:00:00 2001 From: "axel%pike.org" Date: Sun, 10 Jun 2001 11:55:00 +0000 Subject: [PATCH] fixing windows bustage, sorry, I missed that one in my tree git-svn-id: svn://10.0.0.236/trunk@96806 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/transformiix/source/xpath/makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/extensions/transformiix/source/xpath/makefile.win b/mozilla/extensions/transformiix/source/xpath/makefile.win index 10349f7f4c3..d7efeb990e9 100644 --- a/mozilla/extensions/transformiix/source/xpath/makefile.win +++ b/mozilla/extensions/transformiix/source/xpath/makefile.win @@ -61,7 +61,7 @@ CPPSRCS= \ UnionExpr.cpp \ VariableRefExpr.cpp \ XPathNames.cpp \ -!if undefined(TX_EXE) +!if !defined(TX_EXE) nsNodeSet.cpp \ XPathProcessor.cpp \ !endif @@ -102,7 +102,7 @@ CPP_OBJS= \ .\$(OBJDIR)\UnionExpr.obj \ .\$(OBJDIR)\VariableRefExpr.obj \ .\$(OBJDIR)\XPathNames.obj \ -!if undefined(TX_EXE) +!if !defined(TX_EXE) .\$(OBJDIR)\nsNodeSet.obj \ .\$(OBJDIR)\XPathProcessor.obj \ !endif