From 9479c6451e390ca07b0497b93eb8388c323435d8 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 19 Mar 2014 17:03:18 +0100 Subject: [PATCH] makefile: improve check rule --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9626325..e11a1d1 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)