From 8363dbeaf5ab0a17acd7be7e499d009245452fae Mon Sep 17 00:00:00 2001 From: das Date: Wed, 12 Mar 2008 16:17:17 +0000 Subject: handle quoting of possibly empty XLIB_INCLUDE_INSTALL_DIR. [Bug 1912679] --- unix/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/Makefile.in b/unix/Makefile.in index 0742a4f..3e07a21 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.139 2008/03/11 22:33:22 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.140 2008/03/12 16:17:17 das Exp $ # Current Tk version; used in various names. @@ -738,7 +738,7 @@ install-libraries: libraries "$(SCRIPT_INSTALL_DIR)" "$(SCRIPT_INSTALL_DIR)"/images \ "$(SCRIPT_INSTALL_DIR)"/msgs "$(SCRIPT_INSTALL_DIR)"/ttk; \ do \ - if [ ! -d "$$i" ] ; then \ + if [ -n "$$i" -a ! -d "$$i" ] ; then \ echo "Making directory $$i"; \ mkdir -p "$$i"; \ chmod 755 "$$i"; \ -- cgit v0.12