From c732b368a1799e8dce0ad88c22a39202b3f35662 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 29 Jan 2002 18:28:49 +0000 Subject: [PATCH] [project @ 2002-01-29 18:28:49 by sof] sigh, steer clear of mingw backquoting issues --- 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 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. -- 1.7.10.4