diff options
-rw-r--r-- | src/Makefile.in | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 4d3774b..4d3f31a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -58,7 +58,7 @@ PRIVATE_HDR=H5private.h H5Aprivate.h H5Apkg.h H5ACprivate.h H5Bprivate.h \ H5Tinit.c: H5detect LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ - $(LT_RUN) ./H5detect >H5Tinit.c + $(RUNSERIAL) ./H5detect >H5Tinit.c ## no $(LIB) in the action below since that's being made now. H5detect: H5detect.lo diff --git a/test/Makefile.in b/test/Makefile.in index bf5a37d..1042fbb 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -15,8 +15,6 @@ CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@ ## These are our main targets. They should be listed in the order to be ## executed, generally most specific tests to least specific tests. -RUNTEST=$(LT_RUN) - TEST_PROGS=testhdf5 lheap ohdr stab gheap hyperslab istore bittests dtypes \ dsets cmpd_dset extend external links unlink big mtime fillval mount \ flush1 flush2 enum gass_write gass_read gass_append \ |