Skip to content

Commit

Permalink
Merge pull request #1578 from sdwolf/fix/autogen-from-makefile
Browse files Browse the repository at this point in the history
Fixes invoking autogen.sh from a makefile again
  • Loading branch information
masatake committed Oct 13, 2017
2 parents f9e6e3c + 2c32dc2 commit be525b6
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`
ctags_files=`make -s -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 be525b6

Please sign in to comment.