diff options
author | Steffen Grund <sg@openoffice.org> | 2003-03-31 16:07:37 +0000 |
---|---|---|
committer | Steffen Grund <sg@openoffice.org> | 2003-03-31 16:07:37 +0000 |
commit | 91d690c726462f1b103b6f15b431dbcba8859a6b (patch) | |
tree | 755ef2bb184284fad99200027220e3f0e0a3f451 /qadevOOo/runner/stats | |
parent | 2bd0a90321263148d40d1f9ae3940136c2a2b51d (diff) |
CHG: set 'TARGET' unique in all makefiles
Diffstat (limited to 'qadevOOo/runner/stats')
-rw-r--r-- | qadevOOo/runner/stats/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/qadevOOo/runner/stats/makefile.mk b/qadevOOo/runner/stats/makefile.mk index 6775b8b896a3..00332d398c06 100644 --- a/qadevOOo/runner/stats/makefile.mk +++ b/qadevOOo/runner/stats/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Date: 2003-03-26 14:53:55 $ +# last change: $Date: 2003-03-31 17:07:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,9 +62,9 @@ PRJ=..$/.. -PRJNAME = Runner +PRJNAME = OOoRunner PACKAGE = stats -TARGET = $(PRJNAME) +TARGET = runner_stats # --- Settings ----------------------------------------------------- @@ -78,7 +78,8 @@ JAVAFILES = \ SimpleOutProducer.java \ SimpleFileOutProducer.java \ SimpleLogWriter.java \ - Summarizer.java + Summarizer.java \ + InternalLogWriter.java JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) |