diff options
author | sof <unknown> | 2001-07-23 21:31:00 +0000 |
---|---|---|
committer | sof <unknown> | 2001-07-23 21:31:00 +0000 |
commit | b4d6303594c1b6060651ea091168ea3148e64133 (patch) | |
tree | a5e6e8e72ca7aa3383eef923665a566c3f419019 | |
parent | b7a226fdc7a003677fef20652d5a4597f6b29c62 (diff) | |
download | haskell-b4d6303594c1b6060651ea091168ea3148e64133.tar.gz |
[project @ 2001-07-23 21:31:00 by sof]
ranlib gmp/libgmp.a - needed for a.out plats (OpenBSD in particular).
-rw-r--r-- | ghc/rts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index d9d9a762eb..5c8d6514b9 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.52 2001/07/05 13:01:16 rrt Exp $ +# $Id: Makefile,v 1.53 2001/07/23 21:31:00 sof Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -185,6 +185,7 @@ endif gmp/libgmp.a :: $(MAKE) -C gmp MAKEFLAGS= @$(CP) gmp/.libs/libgmp.a gmp + @$(RANLIB) gmp/libgmp.a endif #----------------------------------------------------------------------------- |