summaryrefslogtreecommitdiff
path: root/testgraphical
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-28 08:27:16 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-28 08:27:16 +0200
commita3c69425d0be9354d4cc583c9c3edf9178c78e11 (patch)
tree449e68887ec2e230ece6ce198a65d8aa9906c0a2 /testgraphical
parenta27728407e0168ae2727300cde983d916fc85eb2 (diff)
Remove OS/2 support
Diffstat (limited to 'testgraphical')
-rw-r--r--testgraphical/prechecks/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/testgraphical/prechecks/makefile.mk b/testgraphical/prechecks/makefile.mk
index 13796c949ab5..e86698fce8c6 100644
--- a/testgraphical/prechecks/makefile.mk
+++ b/testgraphical/prechecks/makefile.mk
@@ -47,7 +47,7 @@ TARGET=notargetyet
# PERLDEBUG=-d:ptkdb
ALLTAR:
-.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2"
+.IF "$(GUI)"=="WNT"
$(PERL) $(PERLDEBUG) softwaretests.pl -printerdriver -imagemagick -ghostscript $(P_VERBOSE) $(P_JAVA6)
.ELSE
$(PERL) $(PERLDEBUG) softwaretests.pl -imagemagick -ghostscript $(P_VERBOSE) $(P_JAVA6)