From 1b72cfdff78003cd8fece51a5931770c7d9aa799 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sat, 23 Aug 2003 18:57:27 +0200 Subject: [PATCH] Made "make tags" work for emacs. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d9d84f7..47714df 100644 --- a/Makefile +++ b/Makefile @@ -76,5 +76,4 @@ clean:: $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut synclient "#"* tags:: - $(TAGS) -w *.[ch] - $(TAGS) -xw *.[ch] > TAGS + etags -o TAGS *.c *.h