From: Slava Pestov Date: Sun, 3 Oct 2010 04:45:09 +0000 (-0500) Subject: GNUmakefile: fix on Windows X-Git-Tag: 0.97~4257^2~19 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c97dd81bc3c6b43009bf87137d39b0357989136f GNUmakefile: fix on Windows --- 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