From: ayin Date: Thu, 19 Jan 2006 14:09:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1fbc73b02fe6d58e5b6418dcff5effef421ed815;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/Makefile.in b/src/Makefile.in index af39840d..3a3a6ff6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -104,8 +104,11 @@ rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o #------------------------------------------------------------------------- -tags: - ctags *.h *.C +tags: *.[Ch] + ctags $^ + +TAGS: *.[Ch] + etags $^ allbin: rxvt rxvtd rxvtc @@ -116,7 +119,7 @@ clean: $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp realclean: clean - $(RMF) tags librxvt.h + $(RMF) tags TAGS librxvt.h cleandir: realclean