Remove leftover debug output
This commit is contained in:
parent
24e99eca31
commit
b4b9ccdbfa
|
@ -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 $@ $<
|
||||
|
|
Loading…
Reference in New Issue