[Libreoffice-commits] .: sc/qa

Caolán McNamara caolan at kemper.freedesktop.org
Mon Dec 20 05:45:39 PST 2010


 sc/qa/unit/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d04e718122a6c8ef557b60581a2544b2594677cb
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Dec 20 13:42:20 2010 +0000

    cppunit: make sure to regenerate .rdb if makefile changes

diff --git a/sc/qa/unit/makefile.mk b/sc/qa/unit/makefile.mk
index db22e52..09a32cb 100644
--- a/sc/qa/unit/makefile.mk
+++ b/sc/qa/unit/makefile.mk
@@ -98,7 +98,7 @@ $(MISC)/$(TARGET)/udkapi.rdb .ERRREMOVE : $(SOLARBINDIR)$/udkapi.rdb
     $(GNUCOPY) $? $@
 
 #Make a services.rdb with the services we know we need to get up and running
-$(MISC)/$(TARGET)/services.rdb .ERRREMOVE : $(MISC)/$(TARGET)/udkapi.rdb
+$(MISC)/$(TARGET)/services.rdb .ERRREMOVE : $(MISC)/$(TARGET)/udkapi.rdb makefile.mk
     $(MKDIRHIER) $(@:d)
     $(REGCOMP) -register -br $(MISC)/$(TARGET)/udkapi.rdb -r $@ -wop \
         -c $(DLLPRE)fwk$(DLLPOSTFIX)$(DLLPOST)


More information about the Libreoffice-commits mailing list