Remove leftover debug output
This commit is contained in:
parent
24e99eca31
commit
b4b9ccdbfa
|
@ -58,7 +58,6 @@ TOPSRCDIR = ..
|
||||||
include $(TOPSRCDIR)/make.inc
|
include $(TOPSRCDIR)/make.inc
|
||||||
|
|
||||||
ifneq ($(C_LAPACK), 1)
|
ifneq ($(C_LAPACK), 1)
|
||||||
$(info fortran... C_LAPACK ist $(C_LAPACK))
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .f .o
|
.SUFFIXES: .f .o
|
||||||
.f.o:
|
.f.o:
|
||||||
|
@ -67,7 +66,6 @@ $(info fortran... C_LAPACK ist $(C_LAPACK))
|
||||||
.F.o:
|
.F.o:
|
||||||
$(FC) $(FFLAGS) -c -o $@ $<
|
$(FC) $(FFLAGS) -c -o $@ $<
|
||||||
else
|
else
|
||||||
$(info C_LAPACK ist $(C_LAPACK))
|
|
||||||
.SUFFIXES: .c .o
|
.SUFFIXES: .c .o
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
Loading…
Reference in New Issue