diff options
author | Steffen Grund <sg@openoffice.org> | 2003-03-31 15:24:13 +0000 |
---|---|---|
committer | Steffen Grund <sg@openoffice.org> | 2003-03-31 15:24:13 +0000 |
commit | f2b6fee916ed84666277ba00aba438201ba831e6 (patch) | |
tree | f74102a06a6c07c4a51f10be40da064d60e9cc1d /qadevOOo/runner/lib/makefile.mk | |
parent | a4d49cbe6cd7a62d7636d42cc2c24b9f3e6f3a5a (diff) |
CHG: set 'TARGET' unique in all makefiles
Diffstat (limited to 'qadevOOo/runner/lib/makefile.mk')
-rw-r--r-- | qadevOOo/runner/lib/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/lib/makefile.mk b/qadevOOo/runner/lib/makefile.mk index 26b40eabac0f..0fc15ea1559b 100644 --- a/qadevOOo/runner/lib/makefile.mk +++ b/qadevOOo/runner/lib/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Date: 2003-01-27 16:27:42 $ +# last change: $Date: 2003-03-31 16:24:03 $ # # 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 = lib -TARGET = $(PRJNAME) +TARGET = runner_lib # --- Settings ----------------------------------------------------- |