diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 21:12:16 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 21:12:16 (GMT) |
commit | e6715b970433b2d9087dbce96740352aadbbc0ca (patch) | |
tree | feb9645e627b15cb540c3c0ce967ea33d02aafbb /perform/Makefile.am | |
parent | bdd56bd8da15479a0413a48f285e20266cfd338f (diff) | |
download | hdf5-e6715b970433b2d9087dbce96740352aadbbc0ca.zip hdf5-e6715b970433b2d9087dbce96740352aadbbc0ca.tar.gz hdf5-e6715b970433b2d9087dbce96740352aadbbc0ca.tar.bz2 |
[svn-r15041] Purpose: Configure Fix
Description: Removing make target "check-perform". The extra target is unneeded
because the perform tests don't take as long to run as initially
anticipated, and can be lumped in with 'make check'.
Tested: kagiso
Diffstat (limited to 'perform/Makefile.am')
-rw-r--r-- | perform/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perform/Makefile.am b/perform/Makefile.am index f0f35e1..1a88172 100644 --- a/perform/Makefile.am +++ b/perform/Makefile.am @@ -62,6 +62,4 @@ iopipe_LDADD=$(LIBH5TEST) $(LIBHDF5) zip_perf_LDADD=$(LIBH5TOOLS) $(LIBH5TEST) $(LIBHDF5) perf_meta_LDADD=$(LIBH5TEST) $(LIBHDF5) -check-perform: check - include $(top_srcdir)/config/conclude.am |