diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-20 13:42:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-20 13:42:20 +0000 |
commit | 0b9ad2ddff997ccf85c6d4d216a7f8b471057001 (patch) | |
tree | a2a57ab7ecf0e21027558f38a2d8d2c9686bce94 /starmath/qa/cppunit | |
parent | a60eb8b2e1779d6a3d8876aa60e08725b0eee18b (diff) |
cppunit: make sure to regenerate .rdb if makefile changes
Diffstat (limited to 'starmath/qa/cppunit')
-rw-r--r-- | starmath/qa/cppunit/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/qa/cppunit/makefile.mk b/starmath/qa/cppunit/makefile.mk index ff6e81d6d337..621ca7c84052 100644 --- a/starmath/qa/cppunit/makefile.mk +++ b/starmath/qa/cppunit/makefile.mk @@ -108,7 +108,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) \ |