Remove leftover debug output

This commit is contained in:
Martin Kroeker 2022-04-27 21:59:45 +02:00 committed by GitHub
parent 24e99eca31
commit b4b9ccdbfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -58,7 +58,6 @@ TOPSRCDIR = ..
include $(TOPSRCDIR)/make.inc
ifneq ($(C_LAPACK), 1)
$(info fortran... C_LAPACK ist $(C_LAPACK))
.SUFFIXES:
.SUFFIXES: .f .o
.f.o:
@ -67,7 +66,6 @@ $(info fortran... C_LAPACK ist $(C_LAPACK))
.F.o:
$(FC) $(FFLAGS) -c -o $@ $<
else
$(info C_LAPACK ist $(C_LAPACK))
.SUFFIXES: .c .o
.c.o:
$(CC) $(CFLAGS) -c -o $@ $<