From 216b84a9ab8d51485faf33b0d3de635b6242113a Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 10 Dec 2001 12:21:12 -0500 Subject: [svn-r4686] Purpose: Bug fix Description: LIBTOOLS has to come before LIBHDF5 in order to link in HDF5 API. Platforms tested: modi4(pp), eirene (serial and pp). --- perform/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perform/Makefile.in b/perform/Makefile.in index c99ca07..c04fe32 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -14,7 +14,7 @@ srcdir=@srcdir@ CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib @CPPFLAGS@ LIBHDF5=../src/libhdf5.la LIBH5TEST=../test/libh5test.la -LIBH5TOOLS=../tools/lib/libh5tools.la +LIBTOOLS=../tools/lib/libh5tools.la ## These are the programs that `make all' or `make tests' will build and which ## `make check' will run. List them in the order they should be run. @@ -42,7 +42,7 @@ $(TEST_PROGS) $(TEST_PROGS_PARA): $(LIBHDF5) pio_perf: $(PIO_PERF_OBJ) @$(LT_LINK_EXE) $(CFLAGS) -o $@ $(PIO_PERF_OBJ) $(LIBH5TEST) \ - $(LIBHDF5) $(LDFLAGS) $(LIBH5TOOLS) $(LIBS) + $(LIBTOOLS) $(LIBHDF5) $(LDFLAGS) $(LIBS) perf: perf.lo @$(LT_LINK_EXE) $(CFLAGS) -o $@ perf.lo $(LIBH5TEST) $(LIBHDF5) \ -- cgit v0.12