From a639a5998c7bc5d9f00f95e0ee4157950b5e49eb Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 15 Jun 1998 23:47:25 -0500 Subject: [svn-r427] Added -lm to libraries needed. --- testpar/Makefile.irix64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testpar/Makefile.irix64 b/testpar/Makefile.irix64 index ed0b469..991479d 100644 --- a/testpar/Makefile.irix64 +++ b/testpar/Makefile.irix64 @@ -47,7 +47,7 @@ PRIVATE_HDR=testhdf5.h # How to build the programs... testphdf5: $(TESTPHDF5_OBJ) ../src/libhdf5.a - $(CC) $(CFLAGS) -o $@ $(TESTPHDF5_OBJ) ../src/libhdf5.a $(MPI_LIBS) + $(CC) $(CFLAGS) -o $@ $(TESTPHDF5_OBJ) ../src/libhdf5.a $(MPI_LIBS) -lm #------------------------------------------------------------- -*- makefile -*- # The following section of this makefile comes from the -- cgit v0.12