diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 12:52:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 12:52:28 +0000 |
commit | 9ac6790a16379b905a9f5de39fe0c78803bb8110 (patch) | |
tree | d9ae9c92b96d5b51128ea7bfd56353b735f9e7f9 /svx/source/gengal | |
parent | 6625510f8a6762db68ce71ea77ba2643e1278a2e (diff) |
INTEGRATION: CWS ause048 (1.3.186); FILE MERGED
2006/02/06 14:37:02 hjs 1.3.186.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead
Diffstat (limited to 'svx/source/gengal')
-rw-r--r-- | svx/source/gengal/makefile.mk | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/svx/source/gengal/makefile.mk b/svx/source/gengal/makefile.mk index 56b8a6beabcb..84dd09052da7 100644 --- a/svx/source/gengal/makefile.mk +++ b/svx/source/gengal/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-10-19 14:42:19 $ +# last change: $Author: rt $ $Date: 2006-03-08 13:52:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -91,13 +91,12 @@ add_cflagscxx="-frtti -fexceptions" # --- Targets ------------------------------------------------------ -ALL : \ - ALLTAR \ +.INCLUDE : target.mk + +ALLTAR : \ $(SCRIPTFILES) \ $(BIN)$/gengal.rdb -.INCLUDE : target.mk - $(SCRIPTFILES) : $$(@:f:+".sh") +@tr -d "\015" < $(@:f:+".sh") > $@ @@ -110,7 +109,7 @@ $(BIN)$/gengal.rdb : makefile.mk $(UNOUCRRDB) -c i18npool.uno$(DLLPOST) \ -c configmgr2.uno$(DLLPOST) \ -c servicemgr.uno$(DLLPOST) \ - -c $(DLLPRE)fwl$(UPD)$(DLLSUFFIX)$(DLLPOST) \ + -c $(DLLPRE)fwl$(UPD)$(DLLPOSTFIX)$(DLLPOST) \ -c $(DLLPRE)ucpfile1$(DLLPOST) \ -c $(DLLPRE)fileacc$(DLLPOST) \ -c $(DLLPRE)ucb1$(DLLPOST) |