diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-15 14:38:23 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-15 14:38:23 +0200 |
commit | b027d2d6b74dbd795125ebb7676c967c38f32465 (patch) | |
tree | 6e7e9cc2dfdc987a5c017987c913313259705024 /Makefile.in | |
parent | 2663d9c1aac94ecbf98c94fcf742b8b3bbac93dc (diff) | |
download | egawk-b027d2d6b74dbd795125ebb7676c967c38f32465.tar.gz egawk-b027d2d6b74dbd795125ebb7676c967c38f32465.tar.bz2 egawk-b027d2d6b74dbd795125ebb7676c967c38f32465.zip |
Updates for z/OS.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6071f70b..71932418 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1282,7 +1282,7 @@ $(srcdir)/pc/Makefile.tst: test/Makefile.in pc/Makefile.tst.prologue pc/GenMakef efence: gawk $(CC) $(AM_LDFLAGS) -o gawk $$(ls *.o | grep -v '_p.o$$') $(LDADD) $(LIBS) -lefence -diffout valgrind-scan: +diffout valgrind-scan zos-diffout: @cd test && $(MAKE) $(AM_MAKEFLAGS) $@ valgrind: |