Skip to content

Commit

Permalink
Merge pull request #1506 from sdwolf/fix/call-from-makefile
Browse files Browse the repository at this point in the history
Allows `./autogen.sh to` be called from another Makefile
  • Loading branch information
masatake committed Jul 9, 2017
2 parents b5c9b76 + 637f3d8 commit f53b85c
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 f53b85c

Please sign in to comment.