diff options
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 77c8a60a..c5bca01f 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -2574,7 +2574,7 @@ watchpoint1: pty1: @echo $@ @case `uname` in \ - openedition*) : ;; \ + *[Oo][Ss]/390*) : ;; \ *) AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \ $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ;; \ esac |