diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 09:15:02 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 09:15:02 +0200 |
commit | 44611db36ba329fab248179e0350d44fcff5e3c2 (patch) | |
tree | fc1e2676b5c0d2865257aaf65cd66b1f5f473cb5 /awklib | |
parent | ef25d1166e7a183dd4d07f73904775234359de81 (diff) | |
download | egawk-44611db36ba329fab248179e0350d44fcff5e3c2.tar.gz egawk-44611db36ba329fab248179e0350d44fcff5e3c2.tar.bz2 egawk-44611db36ba329fab248179e0350d44fcff5e3c2.zip |
Improvements for z/OS, building and test suite.
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 054597d5..c198acc8 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -273,6 +273,7 @@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YACC = @YACC@ YFLAGS = @YFLAGS@ +ZOS_FAIL = @ZOS_FAIL@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ |