Two small haskell-related Makefile improvements
authorIustin Pop <iustin@google.com>
Mon, 3 Dec 2012 20:26:46 +0000 (21:26 +0100)
committerIustin Pop <iustin@google.com>
Tue, 4 Dec 2012 11:44:43 +0000 (12:44 +0100)
commitaf42ffb65ccdc0dc3004dfe36aac60c2fa38e657
treec1404d0e4762ab31f4b7e2d3b5d036136f76ee01
parent9cda4d6afc8c3ae1176718b8ce0fe46dfb012f52
Two small haskell-related Makefile improvements

Just some cleanup:

- don't run hlint over hpc-htools, since it's just a symlink to
  htools.hs (so we'd get duplicate warnings)
- build rpc-test in make really-all, via HS_ALL_PROGS variable

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Makefile.am