X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2FMakefile.in;h=4cb39b0c79db9b3f41137336de44b7bd20471b4c;hp=ccb05449a7ecdbe5f582530a010ad2622e6a15b6;hb=5a9c046f10f72b47ad32801a8e54fe3d05aa8051;hpb=6f8ad7d77b390ee433a283e1c5175bcb67317674 diff --git a/misc/Makefile.in b/misc/Makefile.in index ccb05449..4cb39b0c 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.41 2006/12/23 22:16:53 tom Exp $ +# $Id: Makefile.in,v 1.43 2007/03/31 15:54:17 tom Exp $ ############################################################################## -# Copyright (c) 1998-2004,2006 Free Software Foundation, Inc. # +# Copyright (c) 1998-2006,2007 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"), # @@ -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,10 +115,11 @@ run_tic.sed : ticdir=${ticdir} \ $(SHELL) $(srcdir)/gen_edit.sh >$@ +$(DESTDIR)$(bindir) \ $(DESTDIR)$(libdir) \ $(DESTDIR)$(datadir) \ $(DESTDIR)$(tabsetdir) : - $(SHELL) $(top_srcdir)/mkinstalldirs $@ + $(SHELL) $(top_srcdir)/mkdirs.sh $@ uninstall : uninstall.data uninstall.libs