remove dead code
authorSimon Marlow <simonmar@microsoft.com>
Thu, 3 Apr 2008 22:34:22 +0000 (22:34 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 3 Apr 2008 22:34:22 +0000 (22:34 +0000)
gmp/Makefile

index de36b2d..8f2097c 100644 (file)
@@ -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