Index: xotcl/library/xml/TclExpat-1.1/Makefile.in =================================================================== diff -u -rf9bb662bd07a30d00a33e75ab3354bb9f8463999 -re525b7364d9b1fbc7b06e81becf4fe0df06c4209 --- xotcl/library/xml/TclExpat-1.1/Makefile.in (.../Makefile.in) (revision f9bb662bd07a30d00a33e75ab3354bb9f8463999) +++ xotcl/library/xml/TclExpat-1.1/Makefile.in (.../Makefile.in) (revision e525b7364d9b1fbc7b06e81becf4fe0df06c4209) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.4 2007/08/14 16:36:47 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.5 2007/08/14 16:38:27 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -200,10 +200,12 @@ install-libraries: libraries @mkdir -p $(DESTDIR)$(includedir) @echo "Installing header files in $(DESTDIR)$(includedir)" - @for i in $(PKG_HEADERS) ; do \ + @if test -n "$(PKG_HEADERS)" ; then \ + for i in "$(PKG_HEADERS)" ; do \ echo "Installing $(srcdir)/$$i" ; \ $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir) ; \ - done; + done; \ + fi #======================================================================== # Install documentation. Unix manpages should go in the $(mandir)