diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-22 17:23:09 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-22 17:23:09 +0200 |
commit | 0eb15bcef4ca13a329c9bf3d5e608e29bbce42ad (patch) | |
tree | 07c0485c5cacd42785027d862d2687f32e27ceb8 /awklib | |
parent | 2eb77d13c2e4f69f8422e2d6de2421c1f4ccabad (diff) | |
parent | e3cd9ec142f30026b36d63b74d7dc14e220a5c8b (diff) | |
download | egawk-0eb15bcef4ca13a329c9bf3d5e608e29bbce42ad.tar.gz egawk-0eb15bcef4ca13a329c9bf3d5e608e29bbce42ad.tar.bz2 egawk-0eb15bcef4ca13a329c9bf3d5e608e29bbce42ad.zip |
Merge branch 'master' into feature/regex-to-api
Diffstat (limited to 'awklib')
-rw-r--r-- | awklib/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in index 597ba20b..16f8132c 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -259,6 +259,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@ |