summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEsa Ilari Vuokko <ei@vuokko.info>2006-08-12 02:09:01 +0000
committerEsa Ilari Vuokko <ei@vuokko.info>2006-08-12 02:09:01 +0000
commit93270f9f30ff93dfcdf17d9f0149a5a4edec7c7a (patch)
tree45a14fa8d59bab937b68e680d7590ccf61c8b596 /Makefile
parent32130b53445bc9f51ce385ef4c4ed9bc33363d1b (diff)
downloadhaskell-93270f9f30ff93dfcdf17d9f0149a5a4edec7c7a.tar.gz
Add few more guesses where to find bits of mingw-gcc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bafb84647c..692b0052df 100644
--- a/Makefile
+++ b/Makefile
@@ -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