summaryrefslogtreecommitdiff
path: root/src/kmk/NMakefile.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmk/NMakefile.template')
-rw-r--r--src/kmk/NMakefile.template7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/kmk/NMakefile.template b/src/kmk/NMakefile.template
index 80dda17..35fafbe 100644
--- a/src/kmk/NMakefile.template
+++ b/src/kmk/NMakefile.template
@@ -4,7 +4,7 @@
# run 'build_w32.bat' instead.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-# 2006, 2007 Free Software Foundation, Inc.
+# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
# This file is part of GNU Make.
#
# GNU Make is free software; you can redistribute it and/or modify it under
@@ -33,10 +33,9 @@ CFLAGS_debug = $(CFLAGS_any) /Od /D DEBUG /D _DEBUG /FR.\WinDebug/ /Fp.\WinDebug
CFLAGS_release = $(CFLAGS_any) /O2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel/
LDFLAGS_debug = w32\subproc\WinDebug\subproc.lib /NOLOGO /SUBSYSTEM:console\
- /INCREMENTAL:no /PDB:WinDebug/make.pdb /MACHINE:I386 \
- /OUT:WinDebug/make.exe /DEBUG
+ /INCREMENTAL:no /PDB:WinDebug/make.pdb /OUT:WinDebug/make.exe /DEBUG
LDFLAGS_release = w32\subproc\WinRel\subproc.lib /NOLOGO /SUBSYSTEM:console\
- /INCREMENTAL:no /MACHINE:I386 /OUT:WinRel/make.exe
+ /INCREMENTAL:no /OUT:WinRel/make.exe
all: config.h subproc Release Debug