diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-19 19:36:31 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-19 19:36:31 -0400 |
commit | 2bfdbc116276afc90c803427e7af7b44a0c11c66 (patch) | |
tree | 56224840fc9197d8de600c663288022fd9f6ebcb /WWW/Library/Implementation/makefile.in | |
parent | 56513275710731392ca5a85a9e814cbfef15a493 (diff) | |
download | lynx-snapshots-2bfdbc116276afc90c803427e7af7b44a0c11c66.tar.gz |
snapshot of project "lynx", label v2-8-8dev_5a
Diffstat (limited to 'WWW/Library/Implementation/makefile.in')
-rw-r--r-- | WWW/Library/Implementation/makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in index c631b109..1b7118f9 100644 --- a/WWW/Library/Implementation/makefile.in +++ b/WWW/Library/Implementation/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.29 2010/06/19 17:02:35 tom Exp $ +# $LynxId: makefile.in,v 1.30 2010/09/19 19:29:35 tom Exp $ # Make WWW under unix for a.n.other unix system (bsd) # Use this as a template @@ -46,6 +46,8 @@ CFLAGS = $(CPPOPTS) $(LY_CFLAGS) LINT = @LINT@ LINTOPTS = +CTAGS = @CTAGS@ + # Directory for installed binary: BINDIR = @bindir@ @@ -190,7 +192,7 @@ distclean : clean @echo made $@ tags: - ctags *.[ch] + $(CTAGS) *.[ch] # Common code # ----------- |