(TAGS): Make sure bin/etags.exe is current. Make

the rules always generate TAGS.
This commit is contained in:
Richard M. Stallman 1996-07-24 16:20:04 +00:00
parent 8bc9b4f136
commit 53f7e7ad2e

View file

@ -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 ..