From: Michal Sojka Date: Mon, 28 Oct 2013 20:41:46 +0000 (+0100) Subject: Fix check target X-Git-Tag: v0.3.4~5 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/commitdiff_plain/029fb49e3b753543bc69bc0a2df7833e8adc5699?ds=sidebyside Fix check target --- diff --git a/Makefile.git b/Makefile.git index 738af0c..547e302 100644 --- a/Makefile.git +++ b/Makefile.git @@ -19,7 +19,7 @@ CONFIGURE_FLAGS = --enable-orte-idl configure: git check: configure - $(MAKE) check-windows check-autotools check-java check-android + $(MAKE) -f Makefile.git check-windows check-autotools check-java check-android check-%: rm -rf _$@