From 564725ddc797d02f4ed8441ae96dee8e31b75540 Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 23 Oct 2001 16:47:30 +0000 Subject: [PATCH] [project @ 2001-10-23 16:47:30 by rrt] Don't bother making ghc.bat any more as we don't need it (ghc.exe works fine). Tidy up a typo. --- ghc/compiler/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index ff1dcba..8cd1ea1 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.194 2001/10/23 16:33:27 rrt Exp $ +# $Id: Makefile,v 1.195 2001/10/23 16:47:30 rrt Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -389,11 +389,6 @@ ghc-inplace : $(HS_PROG) echo '#!/bin/sh' >>$@ echo exec $(FPTOOLS_TOP_ABS_UNIX)/ghc/compiler/$(HS_PROG) -B$(FPTOOLS_TOP_ABS) '"$$@"' >>$@ chmod 755 $@ -ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" - @$(RM) $@.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 CLEAN_FILES += ghc-inplace @@ -402,7 +397,7 @@ CLEAN_FILES += ghc-inplace # We don't want ghc treated as an ordinary executable, # but put it together with the libraries. -# Also don't want any interface files intstalled +# Also don't want any interface files installed ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" INSTALL_LIBEXECS += $(HS_PROG) -- 1.7.10.4