diff options
author | Ian Lynagh <igloo@earth.li> | 2011-11-24 14:49:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-11-24 15:01:03 +0000 |
commit | 633848f26fbb0d226b5e2ad45bed3a83785b36cd (patch) | |
tree | 59a3fd23e79001114511ff5ae64af945bfb53ba1 /ghc.mk | |
parent | caa2863cf66bf914a42cd031d7084d6885ecda59 (diff) | |
download | haskell-633848f26fbb0d226b5e2ad45bed3a83785b36cd.tar.gz |
Fix sdist creation
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |