Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/633848f26fbb0d226b5e2ad45bed3a83785b36cd >--------------------------------------------------------------- commit 633848f26fbb0d226b5e2ad45bed3a83785b36cd Author: Ian Lynagh <[email protected]> Date: Thu Nov 24 14:49:41 2011 +0000 Fix sdist creation >--------------------------------------------------------------- ghc.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ghc.mk b/ghc.mk index 8121faa..bba9b9b 100644 --- a/ghc.mk +++ b/ghc.mk @@ -1047,7 +1047,7 @@ publish-docs: # Directory in which we're going to build the src dist # SRC_DIST_NAME=ghc-$(ProjectVersion) -SRC_DIST_DIR=$(TOP)/$(SRC_DIST_NAME) +SRC_DIST_DIR=$(SRC_DIST_NAME) # # Files to include in source distributions _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
