mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r2981] Purpose:
Bug fix Description: If TESTH5TOH4 or TESTH4TOH5 wasn't set, then it would mess up the testing process by adding a ``#'' to the for statement (since there was a line-continuation in the definition of the macro). Solution: Placed the macro expansions all on one line so that there's no junk characters picked up by accident. Platforms tested: OSF1 (Gondolin)
This commit is contained in:
parent
687d3d3bc3
commit
f5dad4f23f
@ -15,8 +15,7 @@ CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@
|
||||
|
||||
## Test programs and scripts.
|
||||
TEST_PROGS=talign
|
||||
TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5ls.sh \
|
||||
@TESTH5TOH4@ @TESTH4TOH5@
|
||||
TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5ls.sh @TESTH5TOH4@ @TESTH4TOH5@
|
||||
|
||||
## These are our main targets: library and tools. We link this library
|
||||
## statically because some systems can only link executables to a single
|
||||
|
Loading…
Reference in New Issue
Block a user