X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2FMakefile.in;h=73838f2c84213343d1f2411aeb495fa8732c5e74;hp=9066f7d31f533aa8acb43538a0933aeb16ca511c;hb=d448186ac240901c6976dc74c260f052d3ed53e4;hpb=11ca5f62994c7a14c4e500510bd242e1e721f8be diff --git a/test/Makefile.in b/test/Makefile.in index 9066f7d3..73838f2c 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.100 2008/08/16 21:51:16 tom Exp $ +# $Id: Makefile.in,v 1.103 2010/04/03 15:31:40 tom Exp $ ############################################################################## # Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. # # # @@ -54,6 +54,9 @@ LIBTOOL_CLEAN = @LIB_CLEAN@ LIBTOOL_COMPILE = @LIB_COMPILE@ LIBTOOL_LINK = @LIB_LINK@ +CTAGS = @CTAGS@ +ETAGS = @ETAGS@ + CC = @CC@ CPP = @CPP@