--- Makefile.in +++ Makefile.in @@ -19,10 +19,10 @@ all: @OCAMLBEST@ byte: $(CMO) runcgi.byte - cp -l -f runcgi.byte runcgi + cp -f runcgi.byte runcgi opt: $(CMO) $(CMX) runcgi.opt - cp -l -f runcgi.opt runcgi + cp -f runcgi.opt runcgi ################################################################### # Installation and export