From 0d348bceca43eaac089d3e5e77dcaa0110a94fe2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 21 Nov 2010 18:33:42 +0000 Subject: [PATCH] Makefile tweak --- ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4