Small change to build for Neutrino because uname changed

during the last patch.
r=kirkj


git-svn-id: svn://10.0.0.236/trunk@65111 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com
2000-04-04 01:15:29 +00:00
parent 839adebc7e
commit a52ba990bc

View File

@@ -56,7 +56,7 @@ endif
#
# Neutrino/Intel (uses the same unixish_x86 code)
#
ifeq ($(OS_TARGET)$(OS_TEST),NTOx86pc)
ifeq ($(OS_TARGET)$(OS_TEST),NTOx86)
CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
endif