Merge pull request #72 from matthijskooijman/indent-fix
Don't indent variable assignments with tabs
This commit is contained in:
commit
328800411a
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 $@
|
$(CC) -MMD -c $(CPPFLAGS) $(CFLAGS) $< -o $@
|
||||||
|
|
||||||
ifdef COMMON_DEPS
|
ifdef COMMON_DEPS
|
||||||
COMMON_DEPS := $(COMMON_DEPS) Makefile
|
COMMON_DEPS := $(COMMON_DEPS) Makefile
|
||||||
else
|
else
|
||||||
COMMON_DEPS := Makefile
|
COMMON_DEPS := Makefile
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# normal local sources
|
# normal local sources
|
||||||
|
|
Loading…
Reference in a new issue