Makefile: fix tab/space substitution.

poljar/cmake_sas
Richard van der Hoff 2017-03-29 10:44:54 +01:00
parent b0a010b153
commit bb05b5687f
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ static: $(STATIC_RELEASE_TARGET)
.PHONY: static
$(STATIC_RELEASE_TARGET): $(RELEASE_OBJECTS)
$(AR) rcs $@ $^
$(AR) rcs $@ $^
js: $(JS_TARGET)
.PHONY: js