From 53f7e7ad2e2bb7d94b989e8959c26ff8619e6035 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 24 Jul 1996 16:20:04 +0000 Subject: [PATCH] (TAGS): Make sure bin/etags.exe is current. Make the rules always generate TAGS. --- msdos/mainmake.v2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 .. -- 2.39.5