X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2FMakefile.in;h=f4a533b3bfc4312431254a0efb757365381d51aa;hp=0abc4aaccae3602a8127ece7ff4fbaa7f90a8641;hb=9b4c4abadc0a29999c5ddad5aa8d769fee28d687;hpb=3ef920d65fb2d4046096131d868ae8d4bba79d46 diff --git a/test/Makefile.in b/test/Makefile.in index 0abc4aac..f4a533b3 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.123 2020/03/08 16:15:42 tom Exp $ +# $Id: Makefile.in,v 1.124 2020/03/21 16:09:06 tom Exp $ ############################################################################## # Copyright 2020 Thomas E. Dickey # # Copyright 1998-2017,2018 Free Software Foundation, Inc. # @@ -138,15 +138,16 @@ LINT_OPTS = @LINT_OPTS@ LINT_LIBS = -lform -lmenu -lpanel -lncurses @LIBS@ INCDIR = $(top_srcdir)/include +incdir = ../include HEADER_DEPS = \ - ../include/curses.h \ - ../include/term.h \ - ../include/ncurses_cfg.h \ - ../include/ncurses_def.h \ - ../include/ncurses_dll.h \ - ../include/term.h \ - ../include/unctrl.h \ + $(incdir)/curses.h \ + $(incdir)/term.h \ + $(incdir)/ncurses_cfg.h \ + $(incdir)/ncurses_def.h \ + $(incdir)/ncurses_dll.h \ + $(incdir)/term.h \ + $(incdir)/unctrl.h \ $(INCDIR)/nc_alloc.h # The rest is generated from the "programs" and "modules" files...