Skip to content

Commit 8a37f9b

Browse files
committed
Makefile.am: Another tweak to check-local.
bk: 676fca83hfW6KQTxNZ5eYnxQFbeO0Q
1 parent 9783428 commit 8a37f9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
* [Bug 3960] Remove duplicate ntp.conf.def content, reported by
33
Ulrich Windl. <stenn@ntp.org>
4+
* Makefile.am: Another tweak to check-local. <stenn@ntp.org>
45
* cleanup github-specific files. <stenn@ntp.org>
56
* Add COPYRIGHT.md and LICENSE.md. <stenn@ntp.org>
67
* Makefile.am: Fix distcheck problem with check-local. <stenn@ntp.org>

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ BHOST=`(hostname || uname -n)`
159159
fi
160160

161161
check-local:
162-
if bk version > /dev/null 2>&1 && [ -d $(top_srcdir)/BitKeeper/etc ];then \
162+
if [ -d $(top_srcdir)/BitKeeper/etc/ \
163+
-a bk version > /dev/null 2>&1 ];then \
163164
scripts/build/checkAuthors $(top_srcdir)/BitKeeper/etc/authors.txt $(top_srcdir)/BitKeeper/etc/Authors; \
164165
fi
165166

0 commit comments

Comments
 (0)