From 8d2d17b9bcd6b6dc130ff6a34c177a9971f59435 Mon Sep 17 00:00:00 2001
From: rrt <unknown>
Date: Mon, 15 May 2000 12:53:39 +0000
Subject: [PATCH] [project @ 2000-05-15 12:53:39 by rrt] Extra rule to make
 gmp/gmp.dll.

---
 ghc/rts/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile
index 3353c6598929..3deb0bdb5dbe 100644
--- a/ghc/rts/Makefile
+++ b/ghc/rts/Makefile
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.25 2000/05/11 19:37:30 rrt Exp $
+# $Id: Makefile,v 1.26 2000/05/15 12:53:39 rrt Exp $
 #
 #  This is the Makefile for the runtime-system stuff.
 #  This stuff is written in C (and cannot be written in Haskell).
@@ -138,6 +138,9 @@ all :: gmp/libgmp.a
 
 ifeq "$(way)" "dll"
 all :: gmp/gmp.dll
+
+gmp/gmp.dll:
+	make -C gmp gmp.dll
 endif
 
 install :: gmp/libgmp.a
-- 
GitLab