From: Ian Lynagh Date: Sun, 21 Nov 2010 18:33:42 +0000 (+0000) Subject: Makefile tweak X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0d348bceca43eaac089d3e5e77dcaa0110a94fe2 Makefile tweak --- diff --git a/ghc.mk b/ghc.mk index 42e2ad6..5ae123a 100644 --- a/ghc.mk +++ b/ghc.mk @@ -1109,7 +1109,7 @@ publish-docs: # Directory in which we're going to build the src dist # SRC_DIST_NAME=ghc-$(ProjectVersion) -SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME) +SRC_DIST_DIR=$(TOP)/$(SRC_DIST_NAME) # # Files to include in source distributions