Skip to content

Commit

Permalink
Allows ./autogen.sh to be called from another Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwolfz committed Jul 8, 2017
1 parent b5c9b76 commit ad36aca
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 @@ -3,7 +3,7 @@
type autoreconf || exit 1
type pkg-config || exit 1

ctags_files=`make -f makefiles/list-translator-input.mak`
ctags_files=`make -f makefiles/list-translator-input.mak --no-print-directory`
misc/dist-test-cases > makefiles/test-cases.mak && \
if autoreconf -vfi; then
if type perl > /dev/null; then
Expand Down

0 comments on commit ad36aca

Please sign in to comment.