]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/Makefile.in
ncurses 5.6 - patch 20061230
[ncurses.git] / misc / Makefile.in
index ccb05449a7ecdbe5f582530a010ad2622e6a15b6..76f67fc2a25315d9cc00267a38a73b797a1e2098 100644 (file)
@@ -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) :