Index: xotcl/library/xml/TclExpat-1.1/Makefile.in =================================================================== diff -u -r99a7a21854051cd691029b15ef8877aa9e86cf44 -rf9bb662bd07a30d00a33e75ab3354bb9f8463999 --- xotcl/library/xml/TclExpat-1.1/Makefile.in (.../Makefile.in) (revision 99a7a21854051cd691029b15ef8877aa9e86cf44) +++ xotcl/library/xml/TclExpat-1.1/Makefile.in (.../Makefile.in) (revision f9bb662bd07a30d00a33e75ab3354bb9f8463999) @@ -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.3 2007/08/06 11:35:56 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.4 2007/08/14 16:36:47 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -200,12 +200,10 @@ install-libraries: libraries @mkdir -p $(DESTDIR)$(includedir) @echo "Installing header files in $(DESTDIR)$(includedir)" - @if test -n "$(PKG_HEADERS)" ; then \ - for i in "$(PKG_HEADERS)" ; do \ + @for i in $(PKG_HEADERS) ; do \ echo "Installing $(srcdir)/$$i" ; \ $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir) ; \ - done; \ - fi + done; #======================================================================== # Install documentation. Unix manpages should go in the $(mandir)