mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
global tab->spaces is not clever with Makefiles!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26112 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
64f5033574
commit
f4d6ef2292
1 changed files with 2 additions and 2 deletions
|
@ -27,5 +27,5 @@ GCCOPTS+=-D__PCTOOL__
|
|||
.SECONDEXPANSION: # $$(OBJ) is not populated until after this
|
||||
|
||||
$(BUILDDIR)/$(BINARY): $$(OBJ)
|
||||
@echo LD $(BINARY)
|
||||
$(SILENT)$(HOSTCC) $(INCLUDE) $(FLAGS) -o $@ $+
|
||||
@echo LD $(BINARY)
|
||||
$(SILENT)$(HOSTCC) $(INCLUDE) $(FLAGS) -o $@ $+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue