[project @ 2002-01-29 18:28:49 by sof]
authorsof <unknown>
Tue, 29 Jan 2002 18:28:49 +0000 (18:28 +0000)
committersof <unknown>
Tue, 29 Jan 2002 18:28:49 +0000 (18:28 +0000)
sigh, steer clear of mingw backquoting issues

ghc/utils/hsc2hs/Makefile

index ea35fed..9c2adf1 100644 (file)
@@ -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.