Skip to content
Snippets Groups Projects
Commit 7185a7c3 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-07-31 10:12:19 by simonmar]

include GMP's configure files in a src dist.
parent 43d06c89
No related merge requests found
#-----------------------------------------------------------------------------
# $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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment