From: sof Date: Tue, 29 Jan 2002 18:28:49 +0000 (+0000) Subject: [project @ 2002-01-29 18:28:49 by sof] X-Git-Tag: Approximately_9120_patches~230 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c732b368a1799e8dce0ad88c22a39202b3f35662;p=ghc-hetmet.git [project @ 2002-01-29 18:28:49 by sof] sigh, steer clear of mingw backquoting issues --- diff --git a/ghc/utils/hsc2hs/Makefile b/ghc/utils/hsc2hs/Makefile index ea35fed..9c2adf1 100644 --- a/ghc/utils/hsc2hs/Makefile +++ b/ghc/utils/hsc2hs/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.29 2002/01/21 19:56:20 sof Exp $ +# $Id: Makefile,v 1.30 2002/01/29 18:28:49 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 = (toEnum 92 :: Char)" >> $(CONFIG_HS) endif @echo done.