diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 14:10:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 14:10:42 +0000 |
commit | fa895606248145a1072d0a4d503bb12c1f91414e (patch) | |
tree | 594de7a494b54ac7b27b4747bccd2e28f506b3bf /solenv/inc/javaunittest.mk | |
parent | babb9f85c9f6d926f0a7968fd3207a88ee07a982 (diff) |
INTEGRATION: CWS sb20 (1.4.8); FILE MERGED
2004/06/30 13:25:46 sb 1.4.8.1: #i29740# Minor improvement.
Diffstat (limited to 'solenv/inc/javaunittest.mk')
-rw-r--r-- | solenv/inc/javaunittest.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/javaunittest.mk b/solenv/inc/javaunittest.mk index d5a3edbc544c..86e16f8643dc 100644 --- a/solenv/inc/javaunittest.mk +++ b/solenv/inc/javaunittest.mk @@ -2,9 +2,9 @@ # # $RCSfile: javaunittest.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2004-06-04 02:41:44 $ +# last change: $Author: rt $ $Date: 2004-07-23 15:10:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -127,7 +127,7 @@ $(MISC)$/$(TARGET).javamaker.flag: $(MISC)$/$(TARGET).rdb $(JAVAMAKER) -O$(CLASSDIR) -BUCR -nD $< -X$(SOLARBINDIR)$/types.rdb $(TOUCH) $@ -$(MISC)$/$(TARGET).rdb: \ +$(MISC)$/$(TARGET).rdb .ERRREMOVE: \ $(foreach,i,$(IDLTESTFILES) $(subst,.idl,.urd $(MISC)$/$(TARGET)$/$i)) - rm $@ $(REGMERGE) $@ /UCR $< |