diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-22 17:23:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-22 17:23:16 +0200 |
commit | 293b5a86a9053668773e75b35682c41ca64e0db6 (patch) | |
tree | d58e88bc2d963583b7f565ad82f7e96e2b9f7ada /test | |
parent | 0ea062a3f282cd47ff6f94b91e4f612ab9577bee (diff) | |
parent | e3cd9ec142f30026b36d63b74d7dc14e220a5c8b (diff) | |
download | egawk-293b5a86a9053668773e75b35682c41ca64e0db6.tar.gz egawk-293b5a86a9053668773e75b35682c41ca64e0db6.tar.bz2 egawk-293b5a86a9053668773e75b35682c41ca64e0db6.zip |
Merge branch 'master' into feature/andy
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index d96343b0..ac0bdc1a 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -215,6 +215,7 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ +RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ |