X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=be9cb1991d0a2e3229b75bc1771fb04ad448f29d;hp=d2fd5c5e084891a23ff13a883b6cfd5f25d11084;hb=bfe3845eb1a2ff02a740e917b537e939ec4e44cb;hpb=e33150410925e7858dacebb585a9bd90db683d86 diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index d2fd5c5e..be9cb199 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.155 2018/01/15 19:28:45 tom Exp $ +# $Id: Makefile.in,v 1.156 2018/03/01 17:37:19 tom Exp $ ############################################################################## # Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. # # # @@ -241,6 +241,7 @@ make_hash$(BUILD_EXEEXT) : \ $(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_hash.c $(BUILD_LDFLAGS) $(BUILD_LIBS) report_offsets$(BUILD_EXEEXT) : \ + $(srcdir)/curses.priv.h \ $(srcdir)/report_offsets.c $(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(srcdir)/report_offsets.c $(BUILD_LDFLAGS) $(BUILD_LIBS) ./report_offsets$(BUILD_EXEEXT)