Skip to content

Commit 96880da

Browse files
Fix typo and use o instead of .f in the INSTALL/Makefile
1 parent 7a57812 commit 96880da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ testdsecnd: dsecnd_$(TIMER).o dsecndtst.o
2121
@echo "[INFO] : TIMER value: $(TIMER) (given by make.inc)"
2222
$(FC) $(FFLAGS) $(LDFLAGS) -o $@ $^
2323

24-
testieee: tstiee.o ../SRC/ieeeck.f ../SRC/ilaenv.f ../SRC/iparmq.f
24+
testieee: tstiee.o $(TOPSRCDIR)/SRC/ieeeck.o $(TOPSRCDIR)/SRC/ilaenv.o $(TOPSRCDIR)/SRC/iparmq.o
2525
$(FC) $(FFLAGS) $(LDFLAGS) -o $@ $^
2626

2727
testversion: ilaver.o LAPACK_version.o

INSTALL/tstiee.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ PROGRAM TSTIEE
5656
END IF
5757
*
5858
WRITE( 6, FMT = * )
59-
* ILAENV( 11, ...) checks both infinity and NaN arithmetic
59+
* ILAENV( 10, ...) checks both infinity and NaN arithmetic
6060
* infinity has already been checked so checking NaN now
6161
WRITE( 6, FMT = * )
6262
$ 'We are about to check whether NaN arithmetic'

0 commit comments

Comments
 (0)