Summary: Fix comm/internals makefile for MPFC

trunk
Salvatore Filippone 8 years ago
parent ccb6df3184
commit 98c2763c86

@ -23,7 +23,7 @@ lib: mpfobjs $(FOBJS) $(MPFOBJS)
$(FOBJS) $(FBOJS2): $(MODDIR)/psi_mod.o $(FOBJS) $(FBOJS2): $(MODDIR)/psi_mod.o
mpfobjs: mpfobjs:
(make $(MPFOBJS) F90="$(MPF90)" FC="$(MPF90)" FCOPT="$(F90COPT)") (make $(MPFOBJS) FC="$(MPFC)" )
clean: clean:
/bin/rm -f $(MPFOBJS) $(FOBJS) $(COBJS) $(FOBJS2) $(MPFOBJS2) *$(.mod) /bin/rm -f $(MPFOBJS) $(FOBJS) $(COBJS) $(FOBJS2) $(MPFOBJS2) *$(.mod)

Loading…
Cancel
Save