X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.ac;h=4d83dbcf44ea8ea85e2e433f3ab669a913dd2b76;hp=19cb3917cfe0cb7cf78c61c4b995f447c959e24c;hb=dc5b9bd64d1c1f544e4813dc946b5a83ad304cee;hpb=f3e080507db6130c983fc86485661e0f14fba565 diff --git a/configure.ac b/configure.ac index 19cb391..4d83dbc 100644 --- a/configure.ac +++ b/configure.ac @@ -444,7 +444,7 @@ then tar -zxf ../../ghc-tarballs/mingw/w32api*.tar.gz && mv bin/gcc.exe bin/realgcc.exe ) - inplace/mingw/bin/realgcc.exe driver/gcc/gcc.c driver/utils/getLocation.c -Idriver/utils -o inplace/mingw/bin/gcc.exe + inplace/mingw/bin/realgcc.exe driver/gcc/gcc.c driver/utils/cwrapper.c driver/utils/getLocation.c -Idriver/utils -o inplace/mingw/bin/gcc.exe AC_MSG_NOTICE([In-tree mingw tree created]) fi if ! test -d inplace/perl ||