X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2FMakefile.in;h=b911f8eadce13d9e8f12ba0775dac4c7851630b4;hp=db1dc06afc50663868bc9225844862f415a70533;hb=66762a2208108bce308007649047be9f0edbb346;hpb=d6c65d287166c3105ece4a5e3f3ec7af5a5f26a3 diff --git a/include/Makefile.in b/include/Makefile.in index db1dc06a..b911f8ea 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.50 2020/08/29 14:50:45 tom Exp $ +# $Id: Makefile.in,v 1.51 2020/09/18 22:55:10 tom Exp $ ############################################################################## # Copyright 2019,2020 Thomas E. Dickey # # Copyright 1998-2013,2015 Free Software Foundation, Inc. # @@ -104,7 +104,7 @@ curses.h : $(CAPLIST) \ $(srcdir)/MKkey_defs.sh cat curses.head >$@ AWK=$(AWK) $(SHELL) $(srcdir)/MKkey_defs.sh $(CAPLIST) >>$@ - $(SHELL) -c 'if test "@NCURSES_EXT_FUNCS@" = "1" ; then cat $(srcdir)/curses.events >>$@ ; fi' + $(SHELL) -c 'if test "@NCURSES_WGETCH_EVENTS@" = "1" ; then cat $(srcdir)/curses.events >>$@ ; fi' $(SHELL) -c 'if test "@NCURSES_CH_T@" = "cchar_t" ; then cat $(srcdir)/curses.wide >>$@ ; fi' cat $(srcdir)/curses.tail >>$@