summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2014-04-27 16:36:41 +0000
committerDamien Doligez <damien.doligez-inria.fr>2014-04-27 16:36:41 +0000
commitbf8d983a51e7734a044a0580f29b7d65f47a6b67 (patch)
tree263925bba4e5cf157f63a9394a9b4ad1e9399b1c
parent35ec048ca76f48b112fef2cf7c1671302d749b8d (diff)
fix bug in commit 14694
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14696 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nt b/Makefile.nt
index 97e6140d2..02e0b1c2d 100644
--- a/Makefile.nt
+++ b/Makefile.nt
@@ -520,7 +520,7 @@ partialclean::
beforedepend:: asmcomp/selection.ml
asmcomp/CSE.ml: asmcomp/$(ARCH)/CSE.ml
- cp $(ARCH)/CSE.ml asmcomp/CSE.ml
+ cp asmcomp/$(ARCH)/CSE.ml asmcomp/CSE.ml
partialclean::
rm -f asmcomp/CSE.ml