diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 16:08:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 16:08:59 +0000 |
commit | 54cef42e081bddbc4a1a3377e227b93b96766e5d (patch) | |
tree | d9a9fc828794ed600952c093a562d1c6a024ee70 /solenv/inc/target.mk | |
parent | 18b31d77705b2e8b376800f8ec16e92962d254f8 (diff) |
INTEGRATION: CWS ause049 (1.162.100); FILE MERGED
2006/02/16 15:35:15 hjs 1.162.100.1: #i62030# give _version.h unique names
Diffstat (limited to 'solenv/inc/target.mk')
-rw-r--r-- | solenv/inc/target.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/target.mk b/solenv/inc/target.mk index c1e512e40414..b0c88b6ddcfa 100644 --- a/solenv/inc/target.mk +++ b/solenv/inc/target.mk @@ -4,9 +4,9 @@ # # $RCSfile: target.mk,v $ # -# $Revision: 1.162 $ +# $Revision: 1.163 $ # -# last change: $Author: rt $ $Date: 2005-12-14 15:37:20 $ +# last change: $Author: rt $ $Date: 2006-03-07 17:08:59 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -2643,7 +2643,7 @@ $(MISC)$/$(TARGET).dpz $(ZIPDEPPHONY) : $(ZIP1TARGETN) $(ZIP2TARGETN) $(ZIP3TARG .ENDIF VERSIONTMP:=$(mktmp iii) -$(INCCOM)$/_version.h : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/minormkchanged.flg +$(INCCOM)$/%_version.h : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/minormkchanged.flg @+echo $(EMQ)#define _BUILD $(EMQ)"$(BUILD)$(EMQ)" > $(VERSIONTMP) @+echo $(EMQ)#define _UPD $(EMQ)"$(UPD)$(EMQ)" >> $(VERSIONTMP) @+echo $(EMQ)#define _LAST_MINOR $(EMQ)"$(LAST_MINOR)$(EMQ)" >> $(VERSIONTMP) |