diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:30:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:30:52 +0000 |
commit | 57eedaac043ab61fd3cf03c9d307ed2966af90cf (patch) | |
tree | 5332ab92acbd1e99b391a27d969a09fd026944a5 /extensions | |
parent | 458bd7894554f28548ed0c192a29f2270b8c3ecb (diff) |
INTEGRATION: CWS ause068 (1.12.126); FILE MERGED
2006/09/25 15:16:07 hjs 1.12.126.1: #i69536# + no longer required before echo command
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/activex/main/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk index 707d0776d7e6..9fb9792f3099 100644 --- a/extensions/source/activex/main/makefile.mk +++ b/extensions/source/activex/main/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2006-09-25 12:45:17 $ +# last change: $Author: kz $ $Date: 2006-10-05 10:30:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -113,8 +113,8 @@ $(MISC)$/envsettings.h : makefile.mk +-$(RM) $@ # it looks wrong; but rc likes it that way... .IF "$(USE_SHELL)"!="4nt" - +echo "#define MISC .\..\$(INPATH)\misc" > $@ + echo "#define MISC .\..\$(INPATH)\misc" > $@ .ELSE # "$(USE_SHELL)"!="4nt" - +echo #define MISC .\..\$(INPATH)\misc > $@ + echo #define MISC .\..\$(INPATH)\misc > $@ .ENDIF # "$(USE_SHELL)"!="4nt" |