diff options
author | Esa Ilari Vuokko <ei@vuokko.info> | 2006-08-12 02:09:01 +0000 |
---|---|---|
committer | Esa Ilari Vuokko <ei@vuokko.info> | 2006-08-12 02:09:01 +0000 |
commit | 93270f9f30ff93dfcdf17d9f0149a5a4edec7c7a (patch) | |
tree | 45a14fa8d59bab937b68e680d7590ccf61c8b596 /Makefile | |
parent | 32130b53445bc9f51ce385ef4c4ed9bc33363d1b (diff) | |
download | haskell-93270f9f30ff93dfcdf17d9f0149a5a4edec7c7a.tar.gz |
Add few more guesses where to find bits of mingw-gcc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -147,6 +147,8 @@ install :: -mkdir $(prefix)/include/mingw -cp -rp $(GccDir)../include/* $(prefix)/include/mingw -cp -rp $(GccDir)../lib/gcc-lib/mingw32/$(GccVersion)/* $(prefix)/gcc-lib + -cp -rp $(GccDir)../lib/gcc/mingw32/$(GccVersion)/* $(prefix)/gcc-lib + -cp -rp $(GccDir)../libexec/gcc/mingw32/$(GccVersion)/* $(prefix)/gcc-lib -cp $(GccDir)../lib/*.* $(prefix)/gcc-lib -cp $(GccDir)gcc.exe $(prefix) -cp $(GccDir)as.exe $(prefix)/gcc-lib |