X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Makefile.in;h=b99d35e55d94733bcb2703316cee6c53561f4d5b;hp=287e7b5610d722a9cc5a58fc130ecbb8eb7f8715;hb=5e36f11feab6f790e0cc6f2c882a67b7b65e3b6b;hpb=cef50b3afcd58166f3541b701c97bce538844c76 diff --git a/Makefile.in b/Makefile.in index 287e7b56..b99d35e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.29 2010/10/02 16:32:41 juergen Exp $ +# $Id: Makefile.in,v 1.31 2011/08/07 15:36:52 tom Exp $ ############################################################################## # Copyright (c) 1998-2008,2010 Free Software Foundation, Inc. # # # @@ -32,9 +32,11 @@ # Master Makefile for ncurses library. SHELL = /bin/sh +VPATH = @srcdir@ DESTDIR=@DESTDIR@ -CF_MFLAGS = @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" +RPATH_LIST=@RPATH_LIST@ +CF_MFLAGS = @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" RPATH_LIST="$(RPATH_LIST)" @SET_MAKE@