diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-09 11:12:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-09 11:12:38 +0000 |
commit | 7bdc86194a2493763a1dcfd958b9ce11b3544705 (patch) | |
tree | a9a11307fc66012e1763a96c40ca819592af8779 /testtools/source | |
parent | ebedefd60eebc300da4751673ef3fded8cbbb334 (diff) |
fix the dependencies so that the uno_types is regenerated if the .idl changes
Diffstat (limited to 'testtools/source')
-rw-r--r-- | testtools/source/bridgetest/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index 9b75a1aed1e3..e7a2b5fe7675 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -140,9 +140,9 @@ runtest : $(DLLDEST)$/uno_types.rdb $(DLLDEST)$/uno_services.rdb makefile.mk com.sun.star.test.bridge.CppTestObject .ENDIF -$(DLLDEST)$/uno_types.rdb : $(SOLARBINDIR)$/udkapi.rdb +$(DLLDEST)$/uno_types.rdb : $(SOLARBINDIR)$/udkapi.rdb $(BIN)$/bridgetest.rdb echo $(DLLDEST) - $(GNUCOPY) $? $@ + $(GNUCOPY) $(SOLARBINDIR)$/udkapi.rdb $@ $(REGMERGE) $@ / $(BIN)$/bridgetest.rdb $(DLLDEST)$/bridgetest_client$(BATCH_SUFFIX) .ERRREMOVE: makefile.mk |