diff options
Diffstat (limited to 'perform/Makefile.in')
-rw-r--r-- | perform/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in index 8c63706..18a2229 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -17,8 +17,7 @@ LIBH5TEST=../test/libh5test.la ## These are the programs that `make all' or `make tests' will build and which ## `make check' will run. List them in the order they should be run. TEST_PROGS_PARA=mpi-perf perf -TEST_PROGS=iopipe chunk overhead \ - $(TEST_PROGS_PARA) +TEST_PROGS=iopipe chunk overhead ## These are the files that `make clean' (and derivatives) will remove from ## this directory. |