external/CustomTarget_mingw_dlls.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe602cee781e9b143b68b8ece9ba702e8f6e26e1
Author: David Tardon <[email protected]>
Date:   Mon Dec 31 14:32:18 2012 +0100

    fix another typo
    
    Change-Id: I30daf07135d89494b4fbcdf50797254e73f80ea9

diff --git a/external/CustomTarget_mingw_dlls.mk 
b/external/CustomTarget_mingw_dlls.mk
index 6bac40b..b0f4314 100644
--- a/external/CustomTarget_mingw_dlls.mk
+++ b/external/CustomTarget_mingw_dlls.mk
@@ -71,6 +71,6 @@ $(eval $(call gb_CustomTarget_register_targets,external/wine,\
 
 $(call gb_CustomTarget_get_workdir,external/mingw-dlls)/%.dll : 
$(MINGW_SYSROOT)/mingw/bin/%.dll
        $(call gb_Output_announce,$*,$(true),CPY,1)
-       cp $< $*
+       cp $< $@
 
 # vim:set shiftwidth=4 tabstop=4 noexpandtab:
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to