[Libreoffice-commits] .: desktop/source
Michael Meeks
mmeeks at kemper.freedesktop.org
Fri Dec 3 09:13:25 PST 2010
desktop/source/pagein/makefile.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit cc5f77d2ba0364a43cfc190b71b66621acfd7a63
Author: Michael Meeks <michael.meeks at novell.com>
Date: Fri Dec 3 16:59:58 2010 +0000
fix types.rdb pagein as well
diff --git a/desktop/source/pagein/makefile.mk b/desktop/source/pagein/makefile.mk
index 28217f1..f2588d0 100644
--- a/desktop/source/pagein/makefile.mk
+++ b/desktop/source/pagein/makefile.mk
@@ -72,6 +72,7 @@ UNODLLPOST=.uno$(DLLPOST)
DFTDLLPOST=$(DLLPOSTFIX)$(DLLPOST) # Default
URELIBPATH=..$/ure-link$/lib
+UREMISCPATH=..$/ure-link$/share$/misc
$(MISC)$/$(TARGET)-calc : makefile.mk
@echo Making: $@
@@ -160,7 +161,7 @@ $(MISC)$/$(TARGET)-common : makefile.mk
@-echo $(DLLPRE)svl$(DFTDLLPOST) >> $@
@-echo $(DLLPRE)vcl$(DFTDLLPOST) >> $@
@-echo $(DLLPRE)tk$(DFTDLLPOST) >> $@
- @-echo types.rdb >> $@
+ @-echo $(UREMISCPATH)$/types.rdb >> $@
@-echo services.rdb >> $@
@-echo oovbaapi.rdb >> $@
@-echo deployment$(DLLPOSTFIX)$(UNODLLPOST) >> $@
More information about the Libreoffice-commits
mailing list