Index: Makefile.in ================================================================== --- Makefile.in +++ Makefile.in @@ -62,11 +62,11 @@ od -A n -v -t xC < '@srcdir@/nano.tcl' > nano.tcl.h.new.1 sed 's@ *@@g;s@..@0x&, @g' < nano.tcl.h.new.1 > nano.tcl.h.new.2 rm -f nano.tcl.h.new.1 mv nano.tcl.h.new.2 nano.tcl.h -test: @EXTENSION_TARGET@ +test: @EXTENSION_TARGET@ pkgIndex.tcl @srcdir@/build/test/test.tcl . install: @EXTENSION_TARGET@ pkgIndex.tcl $(INSTALL) -d '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' $(INSTALL_PROGRAM) @EXTENSION_TARGET@ '$(DESTDIR)$(PACKAGE_INSTALL_DIR)'