diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-21 16:10:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-21 16:10:09 +0000 |
commit | 0060d2b346f5ce96ef507145f8c9ce0db2e5d34b (patch) | |
tree | 6fdf850aecaf3a99a36c7eaeeaf9be841e9b2682 /sal/util/makefile.mk | |
parent | 951c48e208660d2a8d3069bb788b5cf12def9183 (diff) |
corrected path
Diffstat (limited to 'sal/util/makefile.mk')
-rw-r--r-- | sal/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk index e639746ce7af..4688fbeef05a 100644 --- a/sal/util/makefile.mk +++ b/sal/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: tra $ $Date: 2001-05-21 11:42:24 $ +# last change: $Author: kz $ $Date: 2001-05-21 17:10:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -231,11 +231,11 @@ DEF1EXPORT1=SignalHandlerFunction .IF "$(SHL1TARGETN)" != "" -$(SHL1TARGETN) : $(OUT)/inc/udkversion.h +$(SHL1TARGETN) : $(OUT)$/inc$/udkversion.h .ENDIF # "$(SHL1TARGETN)" != "" -$(OUT)/inc/udkversion.h: +$(OUT)$/inc$/udkversion.h: echo '#ifndef _SAL_UDKVERSION_H_' > $@ echo '#define _SAL_UDKVERSION_H_' >> $@ echo '' >> $@ |