From: Miroslav Lichvar Date: Wed, 19 Mar 2014 16:03:18 +0000 (+0100) Subject: makefile: improve check rule X-Git-Tag: 1.30-pre1~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9479c6451e390ca07b0497b93eb8388c323435d8;p=thirdparty%2Fchrony.git makefile: improve check rule --- diff --git a/Makefile.in b/Makefile.in index 96263252..e11a1d13 100644 --- a/Makefile.in +++ b/Makefile.in @@ -130,7 +130,7 @@ install: chronyd chronyc chrony.txt $(CC) $(CFLAGS) $(CPPFLAGS) -S $< check : - cd test/simulation; ./run + cd test/simulation && ./run install-docs : docs [ -d $(DESTDIR)$(DOCDIR) ] || mkdir -p $(DESTDIR)$(DOCDIR)