[Libreoffice-commits] .: pyuno/source

Jesús Corrius jcorrius at kemper.freedesktop.org
Fri Jun 24 06:40:24 PDT 2011


 pyuno/source/module/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8196921a8030b7c124a8a171e96b556f534ec759
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Fri Jun 24 15:37:52 2011 +0200

    Use $(DLLTOOL) instead of dlltool

diff --git a/pyuno/source/module/makefile.mk b/pyuno/source/module/makefile.mk
index 434a9cd..935303f 100644
--- a/pyuno/source/module/makefile.mk
+++ b/pyuno/source/module/makefile.mk
@@ -113,7 +113,7 @@ ALLTAR : \
     $(LB)$/lib$(TARGET).a
 
 $(LB)$/lib$(TARGET).a: $(MISC)$/$(TARGET).def
-    dlltool --dllname $(TARGET)$(DLLPOST) --input-def=$(MISC)$/$(TARGET).def --kill-at --output-lib=$(LB)$/lib$(TARGET).a
+    $(DLLTOOL) --dllname $(TARGET)$(DLLPOST) --input-def=$(MISC)$/$(TARGET).def --kill-at --output-lib=$(LB)$/lib$(TARGET).a
 .ELSE
 
 .IF "$(GUI)"!="WNT"


More information about the Libreoffice-commits mailing list