about summary refs log tree commit diff stats
path: root/src/makefile.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2010-09-19 19:36:31 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2010-09-19 19:36:31 -0400
commit2bfdbc116276afc90c803427e7af7b44a0c11c66 (patch)
tree56224840fc9197d8de600c663288022fd9f6ebcb /src/makefile.in
parent56513275710731392ca5a85a9e814cbfef15a493 (diff)
downloadlynx-snapshots-2bfdbc116276afc90c803427e7af7b44a0c11c66.tar.gz
snapshot of project "lynx", label v2-8-8dev_5a
Diffstat (limited to 'src/makefile.in')
-rw-r--r--src/makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/makefile.in b/src/makefile.in
index 3c5e9edf..7ec3ae81 100644
--- a/src/makefile.in
+++ b/src/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.62 2010/04/30 00:20:41 tom Exp $
+# $LynxId: makefile.in,v 1.63 2010/09/19 19:31:18 tom Exp $
 # template-makefile for Lynx src directory
 
 SHELL		= @CONFIG_SHELL@
@@ -66,6 +66,8 @@ CC_OPTS		= $(CPP_OPTS) $(CFLAGS)
 LINT		= @LINT@
 LINTOPTS	=
 
+CTAGS		= @CTAGS@
+
 COMPRESS_PROG	=@COMPRESS_PROG@
 COMPRESS_EXT	=@COMPRESS_EXT@
 
@@ -126,7 +128,7 @@ clean:
 	cd chrtrans && $(MAKE) clean
 
 tags:
-	ctags *.[ch]
+	$(CTAGS) *.[ch]
 
 distclean: clean