X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FMakefile;h=79409d25ad78344fe1a6953c043dec8a0b309766;hb=f6007733dc8e9a3f58c36e2bab97d2858d2b569a;hp=74029fe02dbd0ae1ff199035fafa03af59c07e5f;hpb=fa3ef527287e63a0cebbe3841f27e519fe38fec3;p=ghc-hetmet.git diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 74029fe..79409d2 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.176 2001/07/17 17:27:20 sof Exp $ +# $Id: Makefile,v 1.177 2001/07/21 19:08:44 sof Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -374,7 +374,7 @@ ghc-inplace : $(HS_PROG) chmod 755 $@ ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" @$(RM) $@.bat - echo "@"$(subst /,\\,$(FPTOOLS_TOP_ABS)/ghc/compiler/$(HS_PROG)) "-B$(FPTOOLS_TOP_ABS) %*" >$@.bat + echo "@"$(subst /,\\,$(FPTOOLS_TOP_ABS)/ghc/compiler/$(HS_PROG)) "-B$(FPTOOLS_TOP_ABS) %1 %2 %3 %4 %5 %6 %7 %8 %9" >$@.bat chmod 755 $@.bat endif