Makefile: hide warnings when .d missing

This commit is contained in:
Michele Guerini Rocco 2023-10-20 16:59:13 +02:00
parent b25cdf5f35
commit d8ffd97739
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -182,7 +182,7 @@ $(OBJDIR)/%.d: $(SRCDIR)/%.f90 | $(OBJDIR)
@sed -nE 's@^#include "(.+)"@$(INCDIR)/\1@p' '$<' >> '$@' @sed -nE 's@^#include "(.+)"@$(INCDIR)/\1@p' '$<' >> '$@'
# Load the generated rules # Load the generated rules
include $(DEPS) -include $(DEPS)
# Compile a generic Fortran source # Compile a generic Fortran source
$(OBJDIR)/%.o: $(SRCDIR)/%.f90 | $(OBJDIR) $(INCDIR) $(OBJDIR)/%.o: $(SRCDIR)/%.f90 | $(OBJDIR) $(INCDIR)