Clean up some "suspicious" whitespace in target.mk
Emacs warns that makefile lines that start with spaces followed by tabs are "suspicious". These were harmless since they were continuation lines, but getting rid of the warning is nice and this version looks better.
This commit is contained in:
parent
876c33051a
commit
a0e10b249e
@ -204,5 +204,5 @@ $(foreach host,$(CFG_HOST), \
|
|||||||
$(foreach host,$(CFG_HOST), \
|
$(foreach host,$(CFG_HOST), \
|
||||||
$(foreach target,$(CFG_TARGET), \
|
$(foreach target,$(CFG_TARGET), \
|
||||||
$(foreach stage,$(STAGES), \
|
$(foreach stage,$(STAGES), \
|
||||||
$(foreach obj,rsbegin rsend, \
|
$(foreach obj,rsbegin rsend, \
|
||||||
$(eval $(call TARGET_RUSTRT_STARTUP_OBJ,$(stage),$(target),$(host),$(obj)))))))
|
$(eval $(call TARGET_RUSTRT_STARTUP_OBJ,$(stage),$(target),$(host),$(obj)))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user