]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
makefile: improve check rule
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Mar 2014 16:03:18 +0000 (17:03 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 21 Mar 2014 12:20:20 +0000 (13:20 +0100)
Makefile.in

index 962632529c66f3869ada4cdb38c9bb90b661483e..e11a1d13303b721062aa611306839ffbf5665ed1 100644 (file)
@@ -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)