diff options
author | Ian Lynagh <igloo@earth.li> | 2011-08-04 16:24:30 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-08-04 18:10:35 +0100 |
commit | 28ec3ab2fa6e475273fafc1c01cf2cbc058a9e55 (patch) | |
tree | 037856e8d343c4f9d9363bf8c6fe48f0aa6daa16 /ghc.mk | |
parent | 8f0c37e39b1c2cc67d9610cd5988fc7081f141e5 (diff) | |
download | haskell-28ec3ab2fa6e475273fafc1c01cf2cbc058a9e55.tar.gz |
Don't duplicate files in bindists; trac #5356
We were putting
includes/ghcautoconf.h
includes/ghcconfig.h
includes/ghcplatform.h
into bindists twice.
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -919,10 +919,7 @@ $(eval $(call bindist,.,\ $(BINDIST_LIBS) \ $(BINDIST_HI) \ $(BINDIST_EXTRAS) \ - $(includes_H_CONFIG) \ - $(includes_H_PLATFORM) \ $(includes_H_FILES) \ - includes/ghcconfig.h \ $(INSTALL_HEADERS) \ $(INSTALL_LIBEXECS) \ $(INSTALL_LIBEXEC_SCRIPTS) \ |