From: rrt Date: Mon, 7 Aug 2000 16:06:38 +0000 (+0000) Subject: [project @ 2000-08-07 16:06:38 by rrt] X-Git-Tag: Approximately_9120_patches~3909 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e1ecea726f8fb3dc180c8aba8222f6c9e9823c47;p=ghc-hetmet.git [project @ 2000-08-07 16:06:38 by rrt] Use $(MV) not mv. --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 9dbf2be..a11d742 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