1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Preserve empty line following last target

This commit is contained in:
Yang Tse 2009-11-27 05:24:44 +00:00
parent 9cbf69ca0b
commit b1a35cd3ac

View File

@ -463,3 +463,5 @@ $(PROG2_DIR): $(BASE_DIR)
$(PROG3_DIR): $(BASE_DIR) $(PROG3_DIR): $(BASE_DIR)
@if not exist $(PROG3_DIR) mkdir $(PROG3_DIR) @if not exist $(PROG3_DIR) mkdir $(PROG3_DIR)
# End of Makefile.msvc