diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 20:37:30 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 20:37:30 (GMT) |
commit | 6631ced7a910a7fd9b7752faae0b1321979dd009 (patch) | |
tree | 144d184d53876e555edd3d5f106bf452967debe3 /perform | |
parent | d11a2b8ba6f0d12952e5e9e1c0ca664a829c6246 (diff) | |
download | hdf5-6631ced7a910a7fd9b7752faae0b1321979dd009.zip hdf5-6631ced7a910a7fd9b7752faae0b1321979dd009.tar.gz hdf5-6631ced7a910a7fd9b7752faae0b1321979dd009.tar.bz2 |
[svn-r15040] Purpose: Configure Fix
Description: Removing make target 'make check-perform'. The extra target is
unneeded because the 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')
-rw-r--r-- | perform/Makefile.am | 2 | ||||
-rw-r--r-- | perform/Makefile.in | 2 |
2 files changed, 0 insertions, 4 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 diff --git a/perform/Makefile.in b/perform/Makefile.in index a62d749..701c47b 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -766,8 +766,6 @@ uninstall-am: uninstall-binPROGRAMS help: @$(top_srcdir)/bin/makehelp -check-perform: check - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) |