From 050f8ee8df46dee97edfa69fa84eb3858abaae48 Mon Sep 17 00:00:00 2001 From: "Jerry.Kirk%Nexwarecorp.com" Date: Thu, 3 Feb 2000 01:03:19 +0000 Subject: [PATCH] Change what its looking for with Neutrino because my uname was changed. It was looking for NTOx86 but now it should be NTOx86pc git-svn-id: svn://10.0.0.236/trunk@59590 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in b/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in index 60dfb0faf28..7be46de358c 100644 --- a/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in +++ b/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in @@ -56,7 +56,7 @@ endif # # Neutrino/Intel (uses the same unixish_x86 code) # -ifeq ($(OS_TARGET)$(OS_TEST),NTOx86) +ifeq ($(OS_TARGET)$(OS_TEST),NTOx86pc) CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp endif