From: Michele Tartara Date: Thu, 13 Jun 2013 15:32:53 +0000 (+0200) Subject: Fix bug in Makefile.am X-Git-Tag: v2.8.0beta1~28 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/5f5dd11971411438fd6c3b921b3841e9ef1de3c4 Fix bug in Makefile.am There was a typo in the name of the script for launching offline tests. Signed-off-by: Michele Tartara Reviewed-by: Klaus Aehlig --- diff --git a/Makefile.am b/Makefile.am index a03cd3d..a34391f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -831,7 +831,7 @@ test/hs/hpc-htools: HEXTRA_INT=-fhpc test/hs/hpc-mon-collector: HEXTRA_INT=-fhpc # test dependency -test/hs/offline-tests.sh: test/hs/hpc-htools test/hs/hpc-mon-collector +test/hs/offline-test.sh: test/hs/hpc-htools test/hs/hpc-mon-collector # rules for building profiling-enabled versions of the haskell # programs: hs-prof does the full two-step build, whereas