diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-03-26 14:51:52 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-03-26 14:51:52 +0000 |
commit | bb30008acb8104681d8d9d3c58749cfa97335f9b (patch) | |
tree | fbb5f2924c85130fed6363c74a9a7167815ae54e /sal/util | |
parent | 968dccbf9adaebcc7d404e253d1c5d9f7a589fb6 (diff) |
use unix escaping for win/tcsh
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk index dbc77cb5af95..7fa078bb9ab0 100644 --- a/sal/util/makefile.mk +++ b/sal/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: hjs $ $Date: 2001-12-12 16:30:02 $ +# last change: $Author: hjs $ $Date: 2002-03-26 15:51:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -238,7 +238,7 @@ DEF1EXPORT1=SignalHandlerFunction $(SHL1TARGETN) : $(OUT)$/inc$/udkversion.h .ENDIF # "$(SHL1TARGETN)" != "" -.IF "$(GUI)"=="WNT" +.IF "$(GUI)"=="WNT" || "$(USE_SHALL)"!="4nt" $(OUT)$/inc$/udkversion.h: echo #ifndef _SAL_UDKVERSION_H_ > $@ |