diff options
Diffstat (limited to 'dtrans/util/makefile.mk')
-rw-r--r-- | dtrans/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/util/makefile.mk b/dtrans/util/makefile.mk index 1550ac5505a8..47902013a15e 100644 --- a/dtrans/util/makefile.mk +++ b/dtrans/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: tra $ $Date: 2001-05-11 10:34:32 $ +# last change: $Author: tra $ $Date: 2001-05-15 13:22:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,7 +95,7 @@ DEF1NAME= $(SHL1TARGET) DEF1EXPORTFILE= exports.dxp -.IF "$(GUI)"!="WIN" +.IF "$(GUI)"=="WIN" # --- ftransl dll --- |