Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7cf898b92cdd344dc5dc228076c6acb1343b27a6 >--------------------------------------------------------------- commit 7cf898b92cdd344dc5dc228076c6acb1343b27a6 Author: Ian Lynagh <ig...@earth.li> Date: Thu May 3 13:20:16 2012 +0100 Tweak plugins01 >--------------------------------------------------------------- tests/plugins/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/plugins/Makefile b/tests/plugins/Makefile index 8edee23..7506f93 100644 --- a/tests/plugins/Makefile +++ b/tests/plugins/Makefile @@ -12,7 +12,7 @@ plugins01: # # Suggestions to make this better gratefully recieved. (cd simple-plugin; make package) - @$(RM) plugins01.hi plugins01.o + $(RM) plugins01.hi plugins01.o "$(TEST_HC)" $(HC_OPTS) --make -v0 plugins01.hs -package-conf simple-plugin/local.package.conf -fplugin Simple.Plugin -fplugin-opt Simple.Plugin:Irrelevant_Option -package simple-plugin ./plugins01 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc