summaryrefslogtreecommitdiff
path: root/odk/util/odk_rules.pmk
diff options
context:
space:
mode:
Diffstat (limited to 'odk/util/odk_rules.pmk')
-rw-r--r--odk/util/odk_rules.pmk6
1 files changed, 5 insertions, 1 deletions
diff --git a/odk/util/odk_rules.pmk b/odk/util/odk_rules.pmk
index 1df3349752e3..ee6a159809f8 100644
--- a/odk/util/odk_rules.pmk
+++ b/odk/util/odk_rules.pmk
@@ -8,7 +8,7 @@
#
# $RCSfile: odk_rules.pmk,v $
#
-# $Revision: 1.30 $
+# $Revision: 1.31 $
#
# This file is part of OpenOffice.org.
#
@@ -137,6 +137,10 @@ $(DESTDIRJAR)$/win$/unowinreg.dll : $(BIN)$/unowinreg.dll
@@-rm -f $@
$(GNUCOPY) $< $@
+$(DESTDIRCLI)$/%.dll : $(BINOUT)$/%.dll
+ @@-rm -f $@
+ $(GNUCOPY) $< $@
+
$(DESTDIRDLL)$/%$(MY_DLLPOSTFIX) : $(DLLOUT)$/%$(MY_DLLPOSTFIX)
@@-rm -f $@
$(GNUCOPY) $(DLLOUT)$/$(@:f) $@