[commit: testsuite] master: Follow changes in dependency generation (9a5acac)

Ian Lynagh <[email protected]>
Newsgroups gmane.comp.lang.haskell.cvs.ghc
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

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

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

commit 9a5acacb5b799c356dd34060d1d510651a46e1bd
Author: Ian Lynagh <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.