X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=Makefile;h=e786499b23dd7dd5f8974bc13db5362e52dfa16e;hp=0942e91af175432b7da218ae7d1e7cafea5bff64;hb=ea83e5b3cf20594dce5ae9e06c6f02aa0adbb3b0;hpb=bbe3b5ea6b0ca41b872a3a32d1b68d022faed0b6 diff --git a/Makefile b/Makefile index 0942e91..e786499 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ $(B)/%.exe: $(B)/%.o %.ld.err: %.exe touch $@ %.err: %.exe - $(RUN_TEST) ./$< >$@ || true + $(RUN_TEST) $< >$@ || true .PHONY: all run clean cleanall