summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-24 12:32:02 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-24 12:32:02 +0000
commitc7f4ed212f6d445dd9943278c5b65e5c11aacddf (patch)
tree33054e8d80f46f6c12799a9a57a0dd1d4d1c921c
parent6386c1d9ce91dd50cb321e4e18ebd130eabca327 (diff)
INTEGRATION: CWS complextest1 (1.5.22); FILE MERGED
2007/06/28 08:46:30 cn 1.5.22.1: #i78349# fix dmake problem
-rw-r--r--configmgr/qa/unoapi/makefile.mk15
1 files changed, 10 insertions, 5 deletions
diff --git a/configmgr/qa/unoapi/makefile.mk b/configmgr/qa/unoapi/makefile.mk
index 20030ce2896e..3c2b65198478 100644
--- a/configmgr/qa/unoapi/makefile.mk
+++ b/configmgr/qa/unoapi/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 13:26:11 $
+# last change: $Author: rt $ $Date: 2007-07-24 13:32:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -34,12 +34,17 @@
#*************************************************************************
PRJ=..$/..
-
PRJNAME=configmgr
TARGET=qa_unoapi
-ALLTAR:
- $(SOLARENV)$/bin$/checkapi -sce cfgmgr2.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
+.INCLUDE: settings.mk
+
+.INCLUDE: target.mk
+
+ALLTAR : UNOAPI_TEST
+
+UNOAPI_TEST:
+ +$(SOLARENV)$/bin$/checkapi -sce cfgmgr2.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
@echo =======================================================================
@echo In case of problems with sysmgr1.SystemIntegration make sure that you
@echo =======================================================================