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
This commit is contained in:
axel%pike.org
2001-06-10 11:55:00 +00:00
parent 72124e7e24
commit 4cf2b62b6b

View File

@@ -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