diff options
| -rw-r--r-- | msdos/mainmake.v2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 06a96f01e63..5a81f3bbc25 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -83,7 +83,7 @@ TAGS tags: lib-src FRC | |||
| 83 | if exist etags.exe mv -f etags.exe ../bin | 83 | if exist etags.exe mv -f etags.exe ../bin |
| 84 | cd .. | 84 | cd .. |
| 85 | cd lisp | 85 | cd lisp |
| 86 | ../bin/etags [a-zA-Z]*.el [a-z][A-Z]*/[a-zA-Z]*.el | 86 | ../bin/etags [a-zA-Z]*.el [a-zA-Z]*/[a-zA-Z]*.el |
| 87 | cd .. | 87 | cd .. |
| 88 | cd src | 88 | cd src |
| 89 | ../bin/etags --include=../lisp/TAGS \ | 89 | ../bin/etags --include=../lisp/TAGS \ |