From e1ecea726f8fb3dc180c8aba8222f6c9e9823c47 Mon Sep 17 00:00:00 2001
From: rrt <unknown>
Date: Mon, 7 Aug 2000 16:06:38 +0000
Subject: [PATCH] [project @ 2000-08-07 16:06:38 by rrt] Use $(MV) not mv.

---
 ghc/rts/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile
index 9dbf2be86933..a11d74268672 100644
--- a/ghc/rts/Makefile
+++ b/ghc/rts/Makefile
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.31 2000/07/31 10:12:19 simonmar Exp $
+# $Id: Makefile,v 1.32 2000/08/07 16:06:38 rrt Exp $
 #
 #  This is the Makefile for the runtime-system stuff.
 #  This stuff is written in C (and cannot be written in Haskell).
@@ -145,7 +145,7 @@ all :: $(DLL_PEN)/gmp.dll
 
 $(DLL_PEN)/gmp.dll:
 	make -C gmp gmp.dll
-	mv gmp/gmp.dll $(DLL_PEN)
+	$(MV) gmp/gmp.dll $(DLL_PEN)
 endif
 
 install :: gmp/libgmp.a
-- 
GitLab