X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=043c80298588f066dd3b5461cc812455c880f81d;hp=b9f52703cfa8e0b0857117cdf3f69b6f7e74f22b;hb=da1f84b7eb32f17e91f6de242132ab3b2d462148;hpb=96097feb6ca4e2c4c944f3ed789c89d964611655 diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index b9f52703..043c8029 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.114 2009/01/03 19:09:26 tom Exp $ +# $Id: Makefile.in,v 1.116 2009/06/27 14:31:36 tom Exp $ ############################################################################## # Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # # # @@ -71,6 +71,7 @@ LIBTOOL_COMPILE = @LIB_COMPILE@ LIBTOOL_LINK = @LIB_LINK@ LIBTOOL_INSTALL = @LIB_INSTALL@ LIBTOOL_UNINSTALL = @LIB_UNINSTALL@ +LT_UNDEF = @LT_UNDEF@ INSTALL = @INSTALL@ INSTALL_LIB = @INSTALL@ @INSTALL_LIB@ @@ -204,7 +205,7 @@ make_hash$(BUILD_EXEEXT) : \ ../include/hashsize.h $(BUILD_CC) -o $@ $(BUILD_CCFLAGS) -DMAIN_PROGRAM $(tinfo)/comp_hash.c $(BUILD_LDFLAGS) $(BUILD_LIBS) -./expanded.c : $(serial)/MKexpanded.sh +./expanded.c : curses.priv.h $(serial)/MKexpanded.sh sh -e $(serial)/MKexpanded.sh "$(CPP)" $(CPPFLAGS) > $@ ./comp_captab.c: \