From 84202b059e089ce4bec4e8138e680fa7b32a5375 Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 1 Mar 1999 17:41:50 +0000 Subject: [PATCH] [project @ 1999-03-01 17:41:50 by simonm] recurse into gmp on 'make clean' --- ghc/rts/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 1.7.10.4