Makefile: hide warnings when .d missing
This commit is contained in:
parent
b25cdf5f35
commit
d8ffd97739
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user