X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=e1065d669893016c24d2b6d014355d1888794fa8;hb=41a0f74e7b3e215b8f3eb6738c7ae50baea9d82c;hp=5c8d6514b9f9da1b200724aea160bcb29f381a2b;hpb=b4d6303594c1b6060651ea091168ea3148e64133;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 5c8d651..e1065d6 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.53 2001/07/23 21:31:00 sof 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). @@ -51,7 +51,7 @@ WARNING_OPTS += -Winline WARNING_OPTS += -Waggregate-return #WARNING_OPTS += -Wpointer-arith WARNING_OPTS += -Wbad-function-cast -#WARNING_OPTS += -Wcast-align +WARNING_OPTS += -Wcast-align #WARNING_OPTS += -Wnested-externs #WARNING_OPTS += -Wshadow #WARNING_OPTS += -Wcast-qual @@ -175,10 +175,10 @@ endif install :: gmp/libgmp.a +ifeq "$(way)" "" clean distclean maintainer-clean :: - $(MAKE) -C gmp MAKEFLAGS= $@ + -$(MAKE) -C gmp MAKEFLAGS= $@ -ifeq "$(way)" "" INSTALL_LIBS += gmp/libgmp.a endif @@ -188,6 +188,8 @@ gmp/libgmp.a :: @$(RANLIB) gmp/libgmp.a endif +CLEAN_FILES += gmp/libgmp.a + #----------------------------------------------------------------------------- # # Building the GUM SysMan