From 34dba7bda522e3cbee4d21bdb0a8e04a0a76893e Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Wed, 20 Sep 2017 18:19:45 -0500 Subject: [PATCH] Removed non-posix make flag --no-print-directory from autogen.sh This fixes the remaining BSD build issues after the recent bmake fixes were merged into master. Discussed in #1554. Closes #1554. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index d17183cca8..67c1ff79b3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,7 +5,7 @@ set -xe type autoreconf || exit 1 type pkg-config || exit 1 -ctags_files=`make -f makefiles/list-translator-input.mak --no-print-directory` +ctags_files=`make -f makefiles/list-translator-input.mak` misc/dist-test-cases > makefiles/test-cases.mak && \ if autoreconf -vfi; then if type perl > /dev/null; then