Update Makefile

This commit is contained in:
Martin Kroeker 2021-02-14 22:40:23 +01:00 committed by GitHub
parent bad17f5c9f
commit 295e889b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@
TOPSRCDIR = ../.. TOPSRCDIR = ../..
include $(TOPSRCDIR)/make.inc include $(TOPSRCDIR)/make.inc
FFLAGS := $(filter-out -frecursive -Mrecursive,$(FFLAGS))
FFLAGS_DRV := $(filter-out -frecursive -Mrecursive,$(FFLAGS_DRV))
LDFLAGS := $(filter-out -frecursive -Mrecursive,$(LDFLAGS))
ifneq "$(or $(BUILD_SINGLE),$(BUILD_COMPLEX))" "" ifneq "$(or $(BUILD_SINGLE),$(BUILD_COMPLEX))" ""
SCATGEN = slatm1.o slatm7.o slaran.o slarnd.o SCATGEN = slatm1.o slatm7.o slaran.o slarnd.o