From: Yang Tse Date: Fri, 27 Nov 2009 05:24:44 +0000 (+0000) Subject: Preserve empty line following last target X-Git-Tag: curl-7_20_0~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a35cd3ac0f855789db903abc9b56c21840bbcc;p=thirdparty%2Fcurl.git Preserve empty line following last target --- diff --git a/ares/Makefile.msvc b/ares/Makefile.msvc index 2a6cc1e616..f423e0331d 100644 --- a/ares/Makefile.msvc +++ b/ares/Makefile.msvc @@ -228,7 +228,7 @@ PDBTYPE_CONSOLIDATE = /pdbtype:consolidate CC_CMD_REL = cl.exe /nologo $(RTLIB) /DNDEBUG /O2 CC_CMD_DBG = cl.exe /nologo $(RTLIBD) /D_DEBUG /Od /Zi /GZ -CC_CFLAGS = $(CFLAGS) /I. /W3 /GX /FD +CC_CFLAGS = $(CFLAGS) /I. /W3 /GX /FD RC_CMD_REL = rc.exe /l 0x409 /d "NDEBUG" RC_CMD_DBG = rc.exe /l 0x409 /d "_DEBUG" @@ -463,3 +463,5 @@ $(PROG2_DIR): $(BASE_DIR) $(PROG3_DIR): $(BASE_DIR) @if not exist $(PROG3_DIR) mkdir $(PROG3_DIR) + +# End of Makefile.msvc