Skip to content
Snippets Groups Projects
Commit e1ecea72 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-08-07 16:06:38 by rrt]

Use $(MV) not mv.
parent ef7cf7b0
No related merge requests found
#-----------------------------------------------------------------------------
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment