diff options
Diffstat (limited to 'testpar')
-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 |