From 7185a7c33692e7b8f01a6557a34d68225501e54b Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 31 Jul 2000 10:12:19 +0000 Subject: [PATCH] [project @ 2000-07-31 10:12:19 by simonmar] include GMP's configure files in a src dist. --- ghc/rts/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- 1.7.10.4