From c97dd81bc3c6b43009bf87137d39b0357989136f Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 2 Oct 2010 23:45:09 -0500 Subject: [PATCH] GNUmakefile: fix on Windows --- GNUmakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 38e3b0d736..43fba15c0b 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -154,12 +154,12 @@ solaris-x86-64: $(MAKE) $(ALL) CONFIG=vm/Config.solaris.x86.64 winnt-x86-32: - $(MAKE) $(ALL) CONFIG=vm/Config.windows.nt.x86.32 - $(MAKE) factor-console CONFIG=vm/Config.windows.nt.x86.32 + $(MAKE) $(ALL) CONFIG=vm/Config.windows.x86.32 + $(MAKE) factor-console CONFIG=vm/Config.windows.x86.32 winnt-x86-64: - $(MAKE) $(ALL) CONFIG=vm/Config.windows.nt.x86.64 - $(MAKE) factor-console CONFIG=vm/Config.windows.nt.x86.64 + $(MAKE) $(ALL) CONFIG=vm/Config.windows.x86.64 + $(MAKE) factor-console CONFIG=vm/Config.windows.x86.64 ifdef CONFIG -- 2.34.1