From 7d51d487ef28bb359cb3c4eb996b85d84eb63c0d Mon Sep 17 00:00:00 2001 From: Gabriel Scherer Date: Apr 07 2014 12:09:25 +0000 Subject: [minor] make tools/Makefile.shared msvc-friendly git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14547 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- diff --git a/tools/Makefile.shared b/tools/Makefile.shared index b50cb0a..6b33a5b 100644 --- a/tools/Makefile.shared +++ b/tools/Makefile.shared @@ -89,7 +89,7 @@ install:: cp profiling.cmi profiling.cmo $(INSTALL_LIBDIR) installopt:: - cp profiling.cmx profiling.o $(INSTALL_LIBDIR) + cp profiling.cmx profiling.$(O) $(INSTALL_LIBDIR) clean:: rm -f ocamlprof ocamlcp ocamloptp