aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 2e4fce518..7a40d1de9 100644
--- a/rules.mk
+++ b/rules.mk
@@ -340,7 +340,8 @@ LST = $(patsubst %.c,$(OBJDIR)/%.lst,$(patsubst %.cpp,$(OBJDIR)/%.lst,$(patsubst
340 340
341 341
342# Compiler flags to generate dependency files. 342# Compiler flags to generate dependency files.
343GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d 343#GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d
344GENDEPFLAGS = -MMD -MP -MF .dep/$(subst /,_,$@).d
344 345
345 346
346# Combine all necessary flags and optional flags. 347# Combine all necessary flags and optional flags.