diff src/ocaml-core.mk @ 3006:dabfd7db980c

use cp for ln on mingw native builds
author John W. Eaton <jwe@octave.org>
date Thu, 30 May 2013 13:28:23 -0400
parents 5ebcd132140a
children 100e618349f7
line wrap: on
line diff
--- a/src/ocaml-core.mk	Thu May 30 13:17:57 2013 -0400
+++ b/src/ocaml-core.mk	Thu May 30 13:28:23 2013 -0400
@@ -80,7 +80,7 @@
 			 $(1)/otherlibs/win32graph \
 			 $(1)/otherlibs/bigarray \
 			 $(1)/otherlibs/systhreads; do \
-				 ln -sf Makefile.nt $$d/Makefile; \
+				 $(LN_SF) Makefile.nt $$d/Makefile; \
 	done
 	# Now clean the temporary files from the previous build.  This
 	# will also cause asmcomp/arch.ml (etc) to be linked to the 32 bit