X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=b0bf05d264ba1a1d5c5d6eb359bd48982e1cd158;hp=a46c3291dffc7472785a90c9813f40f9e1696242;hb=3f5a74a97cf8d86a8a8a78c7b268f49ccdc4101c;hpb=d27c5b45ccee25dd4cfc8000d0f96b96c20ec6cf diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index a46c3291..b0bf05d2 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.118 2009/08/08 17:42:06 tom Exp $ +# $Id: Makefile.in,v 1.119 2009/08/10 09:06:37 tom Exp $ ############################################################################## # Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # # # @@ -206,7 +206,7 @@ make_hash$(BUILD_EXEEXT) : \ ../include/hashsize.h $(BUILD_CC) -o $@ $(BUILD_CCFLAGS) $(tinfo)/make_hash.c $(BUILD_LDFLAGS) $(BUILD_LIBS) -./expanded.c : curses.priv.h $(serial)/MKexpanded.sh +./expanded.c : $(srcdir)/curses.priv.h $(serial)/MKexpanded.sh sh -e $(serial)/MKexpanded.sh "$(CPP)" $(CPPFLAGS) > $@ ./comp_captab.c: \