Index: Makefile.in =================================================================== diff -u -r043dc9b94b99894cc9b7ad6b61e469f67023c705 -r5c18ff311048e7f30240c4d74910c2e1387e16e9 --- Makefile.in (.../Makefile.in) (revision 043dc9b94b99894cc9b7ad6b61e469f67023c705) +++ Makefile.in (.../Makefile.in) (revision 5c18ff311048e7f30240c4d74910c2e1387e16e9) @@ -232,7 +232,7 @@ # of the Makefile, in the "BINARIES" variable. #======================================================================== -binaries: $(BINARIES) @NXSH@ @XOWISH@ pkgIndex.tcl +binaries: $(BINARIES) pkgIndex.tcl @if test ! "x$(subdirs)" = "x" ; then dirs="$(subdirs)" ; \ for dir in $$dirs ; do \ if (cd $$dir; $(MAKE) $@) ; then true ; else exit 1 ; fi ; \