From: sewardj Date: Fri, 19 Oct 2001 09:33:28 +0000 (+0000) Subject: [project @ 2001-10-19 09:33:28 by sewardj] X-Git-Tag: Approximately_9120_patches~780 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=033561ea87f90b8de024f0a82b13c7327e2c6117;p=ghc-hetmet.git [project @ 2001-10-19 09:33:28 by sewardj] merge from stable rev 1.54.4.1: CLEAN_FILES += gmp/libgmp.a --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 07707e5..e1065d6 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.54 2001/07/23 23:27:50 ken Exp $ +# $Id: Makefile,v 1.55 2001/10/19 09:33:28 sewardj Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -188,6 +188,8 @@ gmp/libgmp.a :: @$(RANLIB) gmp/libgmp.a endif +CLEAN_FILES += gmp/libgmp.a + #----------------------------------------------------------------------------- # # Building the GUM SysMan