Merge pull request #72 from matthijskooijman/indent-fix

Don't indent variable assignments with tabs
This commit is contained in:
Sudar 2013-06-14 04:24:03 -07:00
commit 328800411a

View file

@ -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