We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e0d40 commit b3e5991Copy full SHA for b3e5991
1 file changed
TESTING/EIG/Makefile
@@ -157,13 +157,11 @@ cleanobj:
157
cleanexe:
158
rm -f xeigtst*
159
160
-FFLAGS_DRV_NORECURSIVE := $(filter-out -frecursive -Mrecursive -recursive,$(FFLAGS_DRV))
161
-
162
schkee.o: schkee.f
163
$(FC) $(FFLAGS_DRV) -c -o $@ $<
164
dchkee.o: dchkee.f
165
166
cchkee.o: cchkee.f
167
168
zchkee.o: zchkee.f
169
- $(FC) $(FFLAGS_DRV_NORECURSIVE) -c -o $@ $<
+ $(FC) $(FFLAGS_DRV) -c -o $@ $<
0 commit comments