X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;fp=ncurses%2FMakefile.in;h=cfe1a4ac0365104657561f9a1bada3aff0ff273b;hp=5eea8ad1cc372bc875459558d5add764e75b2a10;hb=2b7c2fd2f9d58719770902ce4d0d0aeb87b284f7;hpb=2a3e5b0949f9eca0620d2548488cf81904ad3c83 diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index 5eea8ad1..cfe1a4ac 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.175 2020/08/29 18:43:21 juergen Exp $ +# $Id: Makefile.in,v 1.176 2020/09/05 18:58:52 tom Exp $ ############################################################################## # Copyright 2018-2019,2020 Thomas E. Dickey # # Copyright 1998-2017,2018 Free Software Foundation, Inc. # @@ -178,7 +178,7 @@ AUTO_SRC = \ init_keytry.h \ keys.list -HEADER_DEPS = \ +HEADER_DEPS = @INTERNALS_HDR@ \ ../include/ncurses_cfg.h \ ../include/ncurses_def.h \ ../include/ncurses_dll.h \ @@ -186,7 +186,6 @@ HEADER_DEPS = \ ../include/term.h \ ../include/unctrl.h \ $(INCDIR)/nc_alloc.h \ - $(INCDIR)/nc_mingw.h \ $(INCDIR)/nc_panel.h \ $(INCDIR)/nc_string.h \ $(INCDIR)/nc_termios.h \