[commit: ghc] ghc-validate: Mark T8639_api/T8628 as PHONY (cc749d2)

git at git.haskell.org git at git.haskell.org
Mon Sep 15 22:11:49 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-validate
Link       : http://ghc.haskell.org/trac/ghc/changeset/cc749d2642a754c752e9f8c4543477c7abc9c2c8/ghc

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

commit cc749d2642a754c752e9f8c4543477c7abc9c2c8
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Mon Sep 15 15:11:41 2014 -0700

    Mark T8639_api/T8628 as PHONY
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

cc749d2642a754c752e9f8c4543477c7abc9c2c8
 testsuite/tests/ghc-api/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/ghc-api/Makefile b/testsuite/tests/ghc-api/Makefile
index 0900dee..8278f2b 100644
--- a/testsuite/tests/ghc-api/Makefile
+++ b/testsuite/tests/ghc-api/Makefile
@@ -20,6 +20,6 @@ T8628:
 	'$(TEST_HC)' $(TEST_HC_OPTS) --make -v0 -package ghc T8628
 	./T8628 "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`"
 
-.PHONY: clean T6145
+.PHONY: clean T6145 T8639_api T8628
 
 



More information about the ghc-commits mailing list