commit | 217ad920dd665ae74e055d870bfa05f73a20c2c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 22:37:15 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 22:37:15 2005 +0000 |
tree | c2fd40f30f58bee82ac2a42790c9042d4aabf505 | |
parent | 2e4096b0775518cabcd9e295cf1d96b211699135 [diff] [blame] |
updated for version 7.0062
diff --git a/src/Make_dice.mak b/src/Make_dice.mak index f2b0907..c5fea5e 100644 --- a/src/Make_dice.mak +++ b/src/Make_dice.mak
@@ -59,6 +59,7 @@ regexp.c \ screen.c \ search.c \ + spell.c \ syntax.c \ tag.c \ term.c \ @@ -100,6 +101,7 @@ o/regexp.o \ o/screen.o \ o/search.o \ + o/spell.o \ o/syntax.o \ o/tag.o \ o/term.o \ @@ -198,6 +200,8 @@ o/search.o: search.c $(SYMS) regexp.h +o/spell.o: spell.c $(SYMS) + o/syntax.o: syntax.c $(SYMS) o/tag.o: tag.c $(SYMS)