Makefile: fix tab/space substitution.
This commit is contained in:
parent
b0a010b153
commit
bb05b5687f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -126,7 +126,7 @@ static: $(STATIC_RELEASE_TARGET)
|
|||
.PHONY: static
|
||||
|
||||
$(STATIC_RELEASE_TARGET): $(RELEASE_OBJECTS)
|
||||
$(AR) rcs $@ $^
|
||||
$(AR) rcs $@ $^
|
||||
|
||||
js: $(JS_TARGET)
|
||||
.PHONY: js
|
||||
|
|
Loading…
Reference in a new issue