diff options
author | Ian Lynagh <igloo@earth.li> | 2011-03-16 19:01:17 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-03-16 19:01:17 +0000 |
commit | 3ce328c715c8ae97325d21216a4dd51050876c62 (patch) | |
tree | c282e2a4ea3f1c85c055436b687f77b026397db7 /ghc.mk | |
parent | 219105cebbb1172ec48ccb134414448c76418235 (diff) | |
download | haskell-3ce328c715c8ae97325d21216a4dd51050876c62.tar.gz |
Don't put includes/rts/Config.h in bindists twice
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -920,7 +920,6 @@ $(eval $(call bindist,.,\ $(includes_H_PLATFORM) \ $(includes_H_FILES) \ includes/ghcconfig.h \ - includes/rts/Config.h \ $(INSTALL_HEADERS) \ $(INSTALL_LIBEXECS) \ $(INSTALL_LIBEXEC_SCRIPTS) \ |