aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-03-15 14:38:23 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-03-15 14:38:23 +0200
commitb027d2d6b74dbd795125ebb7676c967c38f32465 (patch)
tree6e7e9cc2dfdc987a5c017987c913313259705024 /Makefile.am
parent2663d9c1aac94ecbf98c94fcf742b8b3bbac93dc (diff)
downloadegawk-b027d2d6b74dbd795125ebb7676c967c38f32465.tar.gz
egawk-b027d2d6b74dbd795125ebb7676c967c38f32465.tar.bz2
egawk-b027d2d6b74dbd795125ebb7676c967c38f32465.zip
Updates for z/OS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 71177ffa..94e961fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -202,7 +202,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: