X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=4b16e5a5020d1f2f284b0f7c3ac90b5116fca596;hp=0e71690574c0a11d64f01f8559688cc96bac56bd;hb=646aa4040ea415c39a376991d2d9658eff0fce77;hpb=56f1e8cd80dfb926f74e1739bf969489b0cfa56f diff --git a/progs/Makefile.in b/progs/Makefile.in index 0e716905..4b16e5a5 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.96 2016/05/21 23:30:50 tom Exp $ +# $Id: Makefile.in,v 1.97 2016/08/06 13:25:38 tom Exp $ ############################################################################## # Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. # # # @@ -261,6 +261,7 @@ tabs$x: $(DEPS_TABS) $(DEPS_TABS) DEPS_TPUT = \ $(MODEL)/tput$o \ + $(MODEL)/reset_cmd$o \ $(MODEL)/tparm_type$o \ $(MODEL)/transform$o @@ -276,6 +277,7 @@ infocmp$x: $(DEPS_INFOCMP) $(DEPS_CURSES) DEPS_TSET = \ $(MODEL)/tset$o \ + $(MODEL)/reset_cmd$o \ $(MODEL)/transform$o tset$x: $(DEPS_TSET) $(DEPS_CURSES) transform.h