[Libreoffice-commits] .: cppu/qa

David Tardon dtardon at kemper.freedesktop.org
Sat Jan 15 09:11:19 PST 2011


 cppu/qa/makefile.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 8b66c2f772e6f77fe0ea97da55ac96fe03fe29f6
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Jan 15 18:09:37 2011 +0100

    fix break on parallel build

diff --git a/cppu/qa/makefile.mk b/cppu/qa/makefile.mk
index f1b3066..5e51c46 100644
--- a/cppu/qa/makefile.mk
+++ b/cppu/qa/makefile.mk
@@ -80,6 +80,12 @@ SLOFILES = $(SHL1OBJS) $(SHL2OBJS) $(SHL3OBJS) $(SHL4OBJS)
 
 $(SHL1OBJS): $(MISC)$/$(TARGET).cppumaker.flag
 
+$(SHL2OBJS): $(MISC)$/$(TARGET).cppumaker.flag
+
+$(SHL3OBJS): $(MISC)$/$(TARGET).cppumaker.flag
+
+$(SHL4OBJS): $(MISC)$/$(TARGET).cppumaker.flag
+
 $(MISC)$/$(TARGET).cppumaker.flag: $(MISC)$/$(TARGET).rdb
     - $(MKDIRHIER) $(MISC)$/$(TARGET)$/inc
     $(CPPUMAKER) -O$(MISC)$/$(TARGET)$/inc -BUCR -C $< \


More information about the Libreoffice-commits mailing list