diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 10:44:44 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 10:44:44 +0000 |
commit | 0d8e3b7298b756e01b97169d801c1e10153e8846 (patch) | |
tree | f2fdfc982f647417402b81620c90714c62e7769d /unoil | |
parent | 64927744c283a1e52939e26a74c9850843b70b8a (diff) |
INTEGRATION: CWS jl106 (1.2.4); FILE MERGED
2008/07/02 14:32:59 jl 1.2.4.1: #i80475# build assemblies when version.txt changed
Diffstat (limited to 'unoil')
-rw-r--r-- | unoil/climaker/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoil/climaker/makefile.mk b/unoil/climaker/makefile.mk index 9812abc84..991a79b9b 100644 --- a/unoil/climaker/makefile.mk +++ b/unoil/climaker/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # # This file is part of OpenOffice.org. # @@ -68,7 +68,7 @@ CLIMAKERFLAGS += --verbose RDB = $(SOLARBINDIR)$/offapi.rdb EXTRA_RDB = $(SOLARBINDIR)$/udkapi.rdb -$(BIN)/cli_oootypes.dll : $(RDB) $(EXTRA_RDB) +$(BIN)/cli_oootypes.dll : $(RDB) $(EXTRA_RDB) version.txt $(WRAPCMD) $(SOLARBINDIR)$/climaker.exe $(CLIMAKERFLAGS) \ --out $@ \ --assembly-version $(CLI_OOOTYPES_NEW_VERSION) \ |