Przeglądaj źródła

Fix Make dependency file names

tags/v1.9
tmk 11 lat temu
rodzic
commit
c74ad260fb
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      rules.mk

+ 2
- 1
rules.mk Wyświetl plik

@@ -340,7 +340,8 @@ LST = $(patsubst %.c,$(OBJDIR)/%.lst,$(patsubst %.cpp,$(OBJDIR)/%.lst,$(patsubst


# Compiler flags to generate dependency files.
GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d
#GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d
GENDEPFLAGS = -MMD -MP -MF .dep/$(subst /,_,$@).d


# Combine all necessary flags and optional flags.

Ładowanie…
Anuluj
Zapisz