diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-08 08:47:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-08 08:47:36 +0000 |
commit | b3a5161adbcc8241fa285cded598bd1e68081dd1 (patch) | |
tree | 4adec649c8a4ef2e95e4a05cc141822ebea2111f | |
parent | 5298fff0d2dc2ebb0ab1618ff3441505d243e5d3 (diff) |
INTEGRATION: CWS sb32 (1.4.26); FILE MERGED
2005/05/03 10:20:50 sb 1.4.26.1: #i46903# Make sure that RM does not break for non-existing files, even on wntmsci 4NT < 400.
-rw-r--r-- | testtools/source/bridgetest/idl/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testtools/source/bridgetest/idl/makefile.mk b/testtools/source/bridgetest/idl/makefile.mk index 17a1efd1f268..dcaeda22fa9e 100644 --- a/testtools/source/bridgetest/idl/makefile.mk +++ b/testtools/source/bridgetest/idl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2004-08-20 09:16:39 $ +# last change: $Author: obo $ $Date: 2005-07-08 09:47:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,7 +78,7 @@ $(MISC)$/$(TARGET).javamaker.done: $(BIN)$/bridgetest.rdb $(BIN)$/bridgetest.rdb: bridgetest.idl $(IDLC) -O$(MISC)$/$(TARGET) -I$(SOLARIDLDIR) -cid -we $< - + $(RM) $@ + +- $(RM) $@ $(REGMERGE) $@ /UCR $(MISC)$/$(TARGET)$/bridgetest.urd .IF "$(GUI)" == "WNT" |