diff options
Diffstat (limited to 'testpar/Makefile.irix64')
-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 4dcf2a8..a7d6231 100644 --- a/testpar/Makefile.irix64 +++ b/testpar/Makefile.irix64 @@ -16,7 +16,7 @@ CC=cc -ansi -64 # 1178 -- print format not compatible WARNING=-woff 1429,1178 CFLAGS=-g $(WARNING) -CPPFLAGS=-I. -I../src $(MPI_INC) +CPPFLAGS=-I. -I../src $(MPI_INC) -DUSE_PAUSE RM=rm -f # temporary test files that can be cleaned away |