diff options
author | David Tardon <dtardon@redhat.com> | 2011-01-15 18:09:37 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-15 18:10:49 +0100 |
commit | 8b66c2f772e6f77fe0ea97da55ac96fe03fe29f6 (patch) | |
tree | 5d213b121d0d5ab71ecd841a3507d4ebe09091c4 /cppu | |
parent | 7f548e4f9386f3010f56336a6ebe20fb476bcc0f (diff) |
fix break on parallel build
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/qa/makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cppu/qa/makefile.mk b/cppu/qa/makefile.mk index f1b30660b..5e51c46b8 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 $< \ |