X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=misc%2FMakefile.in;h=76f67fc2a25315d9cc00267a38a73b797a1e2098;hb=f70db18a0c3c6a828d8a5999be37239f01c9d98a;hp=ccb05449a7ecdbe5f582530a010ad2622e6a15b6;hpb=6f8ad7d77b390ee433a283e1c5175bcb67317674;p=ncurses.git diff --git a/misc/Makefile.in b/misc/Makefile.in index ccb05449..76f67fc2 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.41 2006/12/23 22:16:53 tom Exp $ +# $Id: Makefile.in,v 1.42 2006/12/31 00:11:06 tom Exp $ ############################################################################## # Copyright (c) 1998-2004,2006 Free Software Foundation, Inc. # # # @@ -103,7 +103,7 @@ install.data : terminfo.tmp \ NCURSES_CONFIG = ncurses@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config -install.libs : ncurses-config +install.libs : $(DESTDIR)$(bindir) ncurses-config $(INSTALL_PROG) ncurses-config $(DESTDIR)$(bindir)/$(NCURSES_CONFIG) terminfo.tmp : run_tic.sed $(source) @@ -115,6 +115,7 @@ run_tic.sed : ticdir=${ticdir} \ $(SHELL) $(srcdir)/gen_edit.sh >$@ +$(DESTDIR)$(bindir) \ $(DESTDIR)$(libdir) \ $(DESTDIR)$(datadir) \ $(DESTDIR)$(tabsetdir) :