X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=f249a13aee3a72fd0f954fe93d2ae42407a58427;hb=f7750b5a0ec9b532407c2f991035fca6751a877d;hp=857db0b7b49e2ed0cc78181a4ae88b6dd3001d8a;hpb=6ad648ed9edb9bb48d97ee0f06efe3aa280f53ac;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 857db0b..f249a13 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.29 2000/07/17 15:10:14 rrt Exp $ +# $Id: Makefile,v 1.30 2000/07/21 08:37:30 rrt Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -138,10 +138,11 @@ boot :: all :: gmp/libgmp.a ifeq "$(way)" "dll" -all :: gmp/gmp.dll +all :: $(DLL_PEN)/gmp.dll -gmp/gmp.dll: +$(DLL_PEN)/gmp.dll: make -C gmp gmp.dll + mv gmp/gmp.dll $(DLL_PEN) endif install :: gmp/libgmp.a