[commit: filepath] master: Quote path to GHC in tests/Makefile (d1ded14)

Ian Lynagh igloo at earth.li
Fri Jan 20 13:56:47 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/packages/filepath

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/d1ded14d1e84d0b18e06ad1331f5e63da670608d

>---------------------------------------------------------------

commit d1ded14d1e84d0b18e06ad1331f5e63da670608d
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Jan 20 12:54:43 2012 +0000

    Quote path to GHC in tests/Makefile

>---------------------------------------------------------------

 tests/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index 2562e92..284d0a5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -11,8 +11,8 @@ ghc-filepath-tests:
 	$(RM) -f GenTests.hi GenTests.o GenTests
 	$(RM) -f AutoTest.hi AutoTest.o
 	$(RM) -f FilePath_Test.hi FilePath_Test.o FilePath_Test
-	$(TEST_HC) -v0 --make GenTests
+	'$(TEST_HC)' -v0 --make GenTests
 	./GenTests
-	$(TEST_HC) -v0 --make FilePath_Test
+	'$(TEST_HC)' -v0 --make FilePath_Test
 	./FilePath_Test
 





More information about the Cvs-libraries mailing list