Skip to content

Commit

Permalink
Removed non-posix make flag --no-print-directory from autogen.sh
Browse files Browse the repository at this point in the history
This fixes the remaining BSD build issues after the recent bmake fixes
were merged into master. Discussed in #1554. Closes #1554.
  • Loading branch information
mqudsi committed Sep 20, 2017
1 parent 51699aa commit 34dba7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34dba7b

Please sign in to comment.