Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9a5acacb5b799c356dd34060d1d510651a46e1bd

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

commit 9a5acacb5b799c356dd34060d1d510651a46e1bd
Author: Ian Lynagh <i...@well-typed.com>
Date:   Fri Nov 2 23:37:19 2012 +0000

    Follow changes in dependency generation

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

 tests/driver/Makefile         |    6 +++---
 tests/driver/bug1677/Makefile |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/driver/Makefile b/tests/driver/Makefile
index 60da032..0f50be5 100644
--- a/tests/driver/Makefile
+++ b/tests/driver/Makefile
@@ -402,11 +402,11 @@ DEPFILE200 = depend200
 # modify an existing dependency file.
 test200:
        $(RM) $(DEPFILE200)
-       "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -M -dep-makefile $(DEPFILE200) 
D200
+       "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -M -dep-suffix "" -dep-makefile 
$(DEPFILE200) D200
        test -f $(DEPFILE200)
-       "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -M -dep-makefile $(DEPFILE200) 
D200 B200.C A200
+       "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -M -dep-suffix "" -dep-makefile 
$(DEPFILE200) D200 B200.C A200
        test -f $(DEPFILE200)
-       "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -M -dep-makefile $(DEPFILE200) 
D200.hs B200/C.hs A200.hs
+       "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -M -dep-suffix "" -dep-makefile 
$(DEPFILE200) D200.hs B200/C.hs A200.hs
        test -f $(DEPFILE200)
 
 # -----------------------------------------------------------------------------
diff --git a/tests/driver/bug1677/Makefile b/tests/driver/bug1677/Makefile
index 3c6f0c8..f65dd1f 100644
--- a/tests/driver/bug1677/Makefile
+++ b/tests/driver/bug1677/Makefile
@@ -3,5 +3,5 @@ include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/test.mk
 
 bug1677 :
-       '$(TEST_HC)' $(TEST_HC_OPTS) -M Foo.hs Bar.hs || true
+       '$(TEST_HC)' $(TEST_HC_OPTS) -M -dep-suffix "" Foo.hs Bar.hs || true
 



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to