summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/makefile.mk
diff options
context:
space:
mode:
authorSteffen Grund <sg@openoffice.org>2003-03-31 15:24:13 +0000
committerSteffen Grund <sg@openoffice.org>2003-03-31 15:24:13 +0000
commitf2b6fee916ed84666277ba00aba438201ba831e6 (patch)
treef74102a06a6c07c4a51f10be40da064d60e9cc1d /qadevOOo/runner/helper/makefile.mk
parenta4d49cbe6cd7a62d7636d42cc2c24b9f3e6f3a5a (diff)
CHG: set 'TARGET' unique in all makefiles
Diffstat (limited to 'qadevOOo/runner/helper/makefile.mk')
-rw-r--r--qadevOOo/runner/helper/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/helper/makefile.mk b/qadevOOo/runner/helper/makefile.mk
index 21bda0ba88fc..fbab53b0fae6 100644
--- a/qadevOOo/runner/helper/makefile.mk
+++ b/qadevOOo/runner/helper/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Date: 2003-01-27 16:27:31 $
+# last change: $Date: 2003-03-31 16:24:00 $
#
# 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 = helper
-TARGET = $(PRJNAME)
+TARGET = runner_helper
# --- Settings -----------------------------------------------------