diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-05-16 15:32:41 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-05-16 15:32:41 +0000 |
commit | cff74e4010a0cd2b92977838315d3a19dc09ba51 (patch) | |
tree | 752dfab52a304650d1e5e03789a1bf1e3e7c68d6 /dtrans | |
parent | b82dda32574d0d8633e2a6bf4d97cf5f84ff24a7 (diff) |
gui==win doesn't make sense
Diffstat (limited to 'dtrans')
-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 70ee7eabf1d0..c8623fe7c2c2 100644 --- a/dtrans/util/makefile.mk +++ b/dtrans/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: tra $ $Date: 2001-05-16 16:13:19 $ +# last change: $Author: hjs $ $Date: 2001-05-16 16:32:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -171,7 +171,7 @@ SHL4DEF= $(MISC)$/$(SHL4TARGET).def DEF4NAME= $(SHL4TARGET) DEF4EXPORTFILE= exports.dxp -.ENDIF +.ENDIF # "$(GUI)"=="WNT" .INCLUDE : target.mk |