summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2007-03-23 15:57:50 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2007-03-23 15:57:50 (GMT)
commitc2f50c66aef09d38a326ad1482f27a0910daa381 (patch)
tree0d9d7aa3e8ce6fab6b0bc51740fc8076ac2494f1 /tools
parent089405f4994c9b46f96316986b0fec3ad6c5c77a (diff)
downloadhdf5-c2f50c66aef09d38a326ad1482f27a0910daa381.zip
hdf5-c2f50c66aef09d38a326ad1482f27a0910daa381.tar.gz
hdf5-c2f50c66aef09d38a326ad1482f27a0910daa381.tar.bz2
[svn-r13540] TEST_OBJS=h5diffgentest.o
is supposed to be "TEST_OBJS=h5diffgentest.lo" .lo is used at other tools. Otherwise, it will cause compiling error at IRIX64 6.5. Tested at IRIX64 6.5, Linux 2.4, AIX 5.3 with parallel.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5diff/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in
index fb29ba7..588ce3e 100644
--- a/tools/h5diff/Makefile.in
+++ b/tools/h5diff/Makefile.in
@@ -53,7 +53,7 @@ MOSTLYCLEAN=*.h5
PROG_SRC= h5diff_main.c h5diffgentest.c
PROG_OBJ=$(PROG_SRC:.c=.lo)
OBJS= h5diff_main.lo
-TEST_OBJS=h5diffgentest.o
+TEST_OBJS=h5diffgentest.lo
PRIVATE_HDR=testh5diff.h