From 28b538254beb00e2bd711cf3755eacd3538e407f Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 13 Jun 2001 17:13:15 +0000 Subject: [PATCH] [project @ 2001-06-13 17:13:15 by rrt] Make some paths work. --- ghc/compiler/ilxGen/tests/build.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/ilxGen/tests/build.mk b/ghc/compiler/ilxGen/tests/build.mk index eb56602..d0b4f8b 100644 --- a/ghc/compiler/ilxGen/tests/build.mk +++ b/ghc/compiler/ilxGen/tests/build.mk @@ -126,9 +126,9 @@ debug: @echo "" @echo hs2ilx_suffix=$(hs2ilx_suffix) -ILX2IL=//c/devel/fcom/src/bin/ilx2il.exe -ILVALID=//c/devel/fcom/src/bin/ilvalid.exe -ILVERIFY=//c/devel/fcom/src/bin/ilverify.exe +ILX2IL=C:/devel/fcom/bin/ilx2il.exe +ILVALID=C:/devel/fcom/bin/ilvalid.exe +ILVERIFY=C:/devel/fcom/bin/ilverify.exe # We have new rules because only the Haskell-->ILX contribution to the whole "way" # forms the "way" for the purposes of these rules -- 1.7.10.4