diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-06-16 04:47:25 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-06-16 04:47:25 (GMT) |
commit | a639a5998c7bc5d9f00f95e0ee4157950b5e49eb (patch) | |
tree | f633845d297596e2869f980cec79f622e6739352 | |
parent | 1460b000d84086482242b3ffd2832a371d2063de (diff) | |
download | hdf5-a639a5998c7bc5d9f00f95e0ee4157950b5e49eb.zip hdf5-a639a5998c7bc5d9f00f95e0ee4157950b5e49eb.tar.gz hdf5-a639a5998c7bc5d9f00f95e0ee4157950b5e49eb.tar.bz2 |
[svn-r427] Added -lm to libraries needed.
-rw-r--r-- | testpar/Makefile.irix64 | 2 |
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 |