diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-19 15:16:23 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-14 10:16:36 -0500 |
commit | 813842f42023457ccb4d93b5906e0f492e4721b2 (patch) | |
tree | c8467333cafe7c40f5f0fea9ec0434af4efcf0a5 /ghc.mk | |
parent | 7550417ac866e562bb015149d8f9a6b8c97b5f84 (diff) | |
download | haskell-813842f42023457ccb4d93b5906e0f492e4721b2.tar.gz |
make: Be more selective in building windows-extra-src tarball
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1245,7 +1245,7 @@ sdist-windows-tarballs-prep : mkdir -p $(SRC_DIST_WINDOWS_TARBALLS_ROOT) mkdir -p $(SRC_DIST_WINDOWS_TARBALLS_DIR) mkdir -p $(SRC_DIST_WINDOWS_TARBALLS_DIR)/ghc-tarballs - cd $(SRC_DIST_WINDOWS_TARBALLS_DIR)/ghc-tarballs && lndir $(TOP)/ghc-tarballs + cd $(SRC_DIST_WINDOWS_TARBALLS_DIR)/ghc-tarballs && ln -s $(TOP)/ghc-tarballs/i686 . && ln -s $(TOP)/ghc-tarballs/x86_64 $(call removeTrees,$(SRC_DIST_WINDOWS_TARBALLS_DIR)/ghc-tarballs/.git) .PHONY: sdist-testsuite-prep |