From: sof Date: Mon, 21 Jan 2002 19:56:20 +0000 (+0000) Subject: [project @ 2002-01-21 19:56:20 by sof] X-Git-Tag: Approximately_9120_patches~280 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=645c395c12a6011a8b44d701e634d7e09d7e5c87;p=ghc-hetmet.git [project @ 2002-01-21 19:56:20 by sof] assume bash (and not ash) is used with mingw --- 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.