# HG changeset patch # User Richard M. Stallman # Date 838225204 0 # Node ID 5cd40832a444ba41ec8d26b9f58692c502803079 # Parent 0a03d2b02ba1d0c85de7002138f4a07bbd1a8c1e (TAGS): Make sure bin/etags.exe is current. Make the rules always generate TAGS. diff -r 0a03d2b02ba1 -r 5cd40832a444 msdos/mainmake.v2 --- a/msdos/mainmake.v2 Wed Jul 24 16:11:21 1996 +0000 +++ b/msdos/mainmake.v2 Wed Jul 24 16:20:04 1996 +0000 @@ -70,7 +70,10 @@ 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 ..