1
0
Fork 0

Makefile `reconf' target success when not in git repo

* Makefile.am (reconf): Succeed when not in git repo.  Use `autogen.sh'.
master
Mike Gerwitz 2017-11-06 23:35:53 -05:00
parent 016bb1362b
commit 4b14813340
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ combine: reconf $(path_combine_output) $(path_build)/browser-test.html
# will force a reconfigure (for version data) if in the git repo
reconf:
test -d .git && autoconf && ./configure
test ! -d .git || ./autogen.sh
# combine all modules into easily redistributable ease.js file (intended for
# browser)