From 645c395c12a6011a8b44d701e634d7e09d7e5c87 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 21 Jan 2002 19:56:20 +0000 Subject: [PATCH] [project @ 2002-01-21 19:56:20 by sof] assume bash (and not ash) is used with mingw --- ghc/utils/hsc2hs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/utils/hsc2hs/Makefile b/ghc/utils/hsc2hs/Makefile index be10d54..ea35fed 100644 --- a/ghc/utils/hsc2hs/Makefile +++ b/ghc/utils/hsc2hs/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.28 2002/01/17 08:38:00 sof Exp $ +# $Id: Makefile,v 1.29 2002/01/21 19:56:20 sof Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -90,7 +90,7 @@ $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk Makefile ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" @echo "pathSep = '/'" >> $(CONFIG_HS) else - @echo "pathSep = '\\\\\\'" >> $(CONFIG_HS) + @echo "pathSep = '\\\\'" >> $(CONFIG_HS) endif @echo done. -- 1.7.10.4