summaryrefslogtreecommitdiff
path: root/gmp
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2008-04-03 22:34:22 +0000
committerSimon Marlow <simonmar@microsoft.com>2008-04-03 22:34:22 +0000
commitb95ca692ddc47376b114dee0cf93871661a53358 (patch)
tree9678c528ac19c0c2ad4c14d1273313791184be6b /gmp
parent10d01d8255f44a7fb73a72bc2589cf21c7e3adf5 (diff)
downloadhaskell-b95ca692ddc47376b114dee0cf93871661a53358.tar.gz
remove dead code
Diffstat (limited to 'gmp')
-rw-r--r--gmp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gmp/Makefile b/gmp/Makefile
index de36b2d1b5..8f2097c105 100644
--- a/gmp/Makefile
+++ b/gmp/Makefile
@@ -36,7 +36,6 @@ PLATFORM := $(shell echo $(HOSTPLATFORM) | sed 's/i[567]86/i486/g')
GMP_TARBALL := $(firstword $(wildcard gmp*.tar.gz))
GMP_DIR := $(subst .tar.gz,,$(GMP_TARBALL))
-BMP_BUILD_DIR := build
ifeq "$(findstring dyn, $(GhcRTSWays))" "dyn"
BUILD_SHARED=yes