Index: Makefile.in =================================================================== diff -u -rca94e89f9a531dd4c58e22f1b87c0b941689799a -r5e7c6e478b27ebbf47bd04b6f2dfa879905fdef1 --- Makefile.in (.../Makefile.in) (revision ca94e89f9a531dd4c58e22f1b87c0b941689799a) +++ Makefile.in (.../Makefile.in) (revision 5e7c6e478b27ebbf47bd04b6f2dfa879905fdef1) @@ -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 ; \