Description: Added missing space in target pkgIndex.tcl-hand. Thanks to Gustaf
 Neumann for reporting the problem and providing a fix.

diff --git a/Makefile.in b/Makefile.in
index b676873..3bf501a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -306,7 +306,7 @@ VPATH = $(srcdir):$(srcdir)/expat:$(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win
 #========================================================================
 
 pkgIndex.tcl-hand:
-	@(echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION)\
+	@(echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION) \
 	"load [list [file join $$dir $(PKG_LIB_FILE)]];\
          source [list [file join $$dir tdom.tcl]]"'\
 	) > pkgIndex.tcl
