]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/Makefile.in
ncurses 5.7 - patch 20081220
[ncurses.git] / misc / Makefile.in
index ccb05449a7ecdbe5f582530a010ad2622e6a15b6..a3a8b79ff4572eb3672c54639994c015bf6a9506 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.41 2006/12/23 22:16:53 tom Exp $
+# $Id: Makefile.in,v 1.44 2008/12/13 18:48:47 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2004,2006 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2007,2008 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"), #
@@ -66,7 +66,7 @@ ticfile               = $(ticdir).db
 source         = @TERMINFO_SRC@
 
 INSTALL                = @INSTALL@
-INSTALL_PROG   = @INSTALL_PROGRAM@
+INSTALL_PROG   = @INSTALL_SCRIPT@
 INSTALL_DATA   = @INSTALL_DATA@
 
 ################################################################################
@@ -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