From: simonm Date: Mon, 1 Mar 1999 17:41:50 +0000 (+0000) Subject: [project @ 1999-03-01 17:41:50 by simonm] X-Git-Tag: Approximately_9120_patches~6476 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=84202b059e089ce4bec4e8138e680fa7b32a5375;p=ghc-hetmet.git [project @ 1999-03-01 17:41:50 by simonm] recurse into gmp on 'make clean' --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 26280eb..54fa5fc 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.5 1999/01/26 11:12:45 simonm Exp $ +# $Id: Makefile,v 1.6 1999/03/01 17:41:50 simonm Exp $ # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -92,6 +92,9 @@ all :: gmp/libgmp.a install :: gmp/libgmp.a +clean :: + $(MAKE) -C gmp MAKEFLAGS= clean + ifeq "$(way)" "" INSTALL_LIBS += gmp/libgmp.a endif