summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-06-16 04:47:25 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-06-16 04:47:25 (GMT)
commita639a5998c7bc5d9f00f95e0ee4157950b5e49eb (patch)
treef633845d297596e2869f980cec79f622e6739352 /testpar
parent1460b000d84086482242b3ffd2832a371d2063de (diff)
downloadhdf5-a639a5998c7bc5d9f00f95e0ee4157950b5e49eb.zip
hdf5-a639a5998c7bc5d9f00f95e0ee4157950b5e49eb.tar.gz
hdf5-a639a5998c7bc5d9f00f95e0ee4157950b5e49eb.tar.bz2
[svn-r427] Added -lm to libraries needed.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Makefile.irix642
1 files changed, 1 insertions, 1 deletions
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