From c2f50c66aef09d38a326ad1482f27a0910daa381 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Fri, 23 Mar 2007 10:57:50 -0500 Subject: [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. --- tools/h5diff/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12