Skip to content
Snippets Groups Projects
Commit 43904ca7 authored by Avi Kivity's avatar Avi Kivity
Browse files

build: fix javac indentation on quiet builds

parent bfaabe81
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ q-build-so = $(call quiet, $(build-so), CC $@) ...@@ -49,7 +49,7 @@ q-build-so = $(call quiet, $(build-so), CC $@)
%.class: %.java %.class: %.java
$(makedir) $(makedir)
$(call quiet, javac -d $(javabase) -cp $(src)/$(javabase) $^,JAVAC $@) $(call quiet, javac -d $(javabase) -cp $(src)/$(javabase) $^, JAVAC $@)
tests/%.o: CFLAGS += -fPIC tests/%.o: CFLAGS += -fPIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment