diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-05-11 14:53:52 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-05-11 14:53:52 +0000 |
commit | 0e8481fc8cf2c332e55284ac12e7de6171fe4c2b (patch) | |
tree | e184d6e83b875f93b75572791946a1d1c4aabccf /distrib | |
parent | ae2b9180cbb5b48af77502c65366bec7b788482b (diff) | |
download | haskell-0e8481fc8cf2c332e55284ac12e7de6171fe4c2b.tar.gz |
don't remove c++ files from Windows binary distribution
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/prep-bin-dist-mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/prep-bin-dist-mingw b/distrib/prep-bin-dist-mingw index be4ec243ab..17110c17bb 100644 --- a/distrib/prep-bin-dist-mingw +++ b/distrib/prep-bin-dist-mingw @@ -175,7 +175,7 @@ cp -Rf $mingw_include/* include/mingw # g++-3/ subdir causes problems with installer tool (+ being a # troublesome character); leave out for now. #rm -rf include/mingw/g++-3/ || echo "g++-3/ not there" -rm -rf include/mingw/c++/ || echo "c++/ not there" +#rm -rf include/mingw/c++/ || echo "c++/ not there" rm -rf include/mingw/ddk/ || echo "ddk/ not there" rm -rf include/mingw/gnu/ || echo "gnu/ not there" rm -rf include/mingw/javax/ || echo "javax/ not there" |