Index: Makefile.in ================================================================== --- Makefile.in +++ Makefile.in @@ -43,11 +43,11 @@ rm -f tls.tcl.h.new.1 mv tls.tcl.h.new.2 tls.tcl.h # Create default DH parameters dh_params.h: @srcdir@/gen_dh_params Makefile - @srcdir@/gen_dh_params @GEN_DH_PARAMS_ARGS@ > dh_params.h.new + sh @srcdir@/gen_dh_params @GEN_DH_PARAMS_ARGS@ > dh_params.h.new mv dh_params.h.new dh_params.h # Generic target for building files from the "srcdir" # tree -- the default target will not match paths .c.o: