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
1 changed files with 3 additions and 1 deletions

View File

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