From: simonmar Date: Mon, 31 Jul 2000 10:12:19 +0000 (+0000) Subject: [project @ 2000-07-31 10:12:19 by simonmar] X-Git-Tag: Approximately_9120_patches~3933 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7185a7c33692e7b8f01a6557a34d68225501e54b;p=ghc-hetmet.git [project @ 2000-07-31 10:12:19 by simonmar] include GMP's configure files in a src dist. --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index f249a13..9dbf2be 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.30 2000/07/21 08:37:30 rrt Exp $ +# $Id: Makefile,v 1.31 2000/07/31 10:12:19 simonmar Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -135,6 +135,9 @@ boot :: cd gmp && ./configure --target=$(HOSTPLATFORM) # Slight cheatage here to past host as target, but x-compilation isn't supported by ghc. +# make sure the various configure files are included in a source dist. +SRC_DIST_FILES += gmp/configure gmp/mpn/configure gmp/mpz/configure + all :: gmp/libgmp.a ifeq "$(way)" "dll"