BR 3392395: unbreak msvc.mak build due to a stray backslash

Extra backslash had eaten one innocent line, thus compiler flags
(ALL_CFLAGS) are gone.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
Nikolai Saoukh 2017-04-05 11:10:44 -04:00 committed by H. Peter Anvin
parent 6c48b42466
commit 9546507861

View File

@ -35,7 +35,7 @@ INTERNAL_CFLAGS = /I$(srcdir) /I. \
/I$(srcdir)/x86 /I./x86 \
/I$(srcdir)/asm /I./asm \
/I$(srcdir)/disasm /I./disasm \
/I$(srcdir)/output /I./output \
/I$(srcdir)/output /I./output
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
LDFLAGS = $(LDFLAGS) /SUBSYSTEM:CONSOLE /RELEASE
LIBS =