X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=be9cb1991d0a2e3229b75bc1771fb04ad448f29d;hp=9bb8bb8780eaa8e5e87beb2cb46cd308be2e1d7e;hb=74137fec04e130a88ef25618cf730af988a4f51a;hpb=2560bc3dae7f4919060c02c91a593566c908091c diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index 9bb8bb87..be9cb199 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.154 2017/06/03 13:02:30 tom Exp $ +# $Id: Makefile.in,v 1.156 2018/03/01 17:37:19 tom Exp $ ############################################################################## -# Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. # +# Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -83,7 +83,7 @@ LT_UNDEF = @LT_UNDEF@ INSTALL = @INSTALL@ INSTALL_LIB = @INSTALL@ @INSTALL_LIB@ -INSTALL_PROG = @INSTALL_PROGRAM@ +INSTALL_PROG = @INSTALL_PROGRAM@ @INSTALL_OPT_S@ INSTALL_DATA = @INSTALL_DATA@ AR = @AR@ @@ -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)