COMMON_DEPS assignment - replace tabs with spaces
This commit is contained in:
parent
a63366980f
commit
7a5adb038a
1 changed files with 2 additions and 2 deletions
|
@ -721,9 +721,9 @@ $(OBJDIR)/libs/%.o: $(USER_LIB_PATH)/%.c
|
|||
$(CC) -MMD -c $(CPPFLAGS) $(CFLAGS) $< -o $@
|
||||
|
||||
ifdef COMMON_DEPS
|
||||
COMMON_DEPS := $(COMMON_DEPS) Makefile
|
||||
COMMON_DEPS := $(COMMON_DEPS) Makefile
|
||||
else
|
||||
COMMON_DEPS := Makefile
|
||||
COMMON_DEPS := Makefile
|
||||
endif
|
||||
|
||||
# normal local sources
|
||||
|
|
Loading…
Add table
Reference in a new issue