From: Richard M. Stallman Date: Wed, 24 Jul 1996 16:20:04 +0000 (+0000) Subject: (TAGS): Make sure bin/etags.exe is current. Make X-Git-Tag: emacs-19.34~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53f7e7ad2e2bb7d94b989e8959c26ff8619e6035;p=emacs.git (TAGS): Make sure bin/etags.exe is current. Make the rules always generate TAGS. --- diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 38f8d8be5e8..121a1ec65cd 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -70,7 +70,10 @@ install: all FRC: -TAGS tags: lib-src +TAGS tags: lib-src FRC + cd lib-src + if exist etags.exe mv -f etags.exe ../bin + cd .. cd lisp ../bin/etags [a-zA-Z]*.el term/[a-zA-Z]*.el cd ..