summaryrefslogtreecommitdiffstats
path: root/sd/qa
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-24 12:07:17 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-24 12:07:17 +0000
commitd1510079ce83f2d4b32e2d6a6b40fe3d0c707c25 (patch)
tree9053269dd1075f092f3af9a5cb2e68d5a40cadf1 /sd/qa
parent#i10000# new line at EOF missing (diff)
downloadcore-d1510079ce83f2d4b32e2d6a6b40fe3d0c707c25.tar.gz
core-d1510079ce83f2d4b32e2d6a6b40fe3d0c707c25.zip
INTEGRATION: CWS complextest1 (1.4.88); FILE MERGED
2007/06/28 16:06:00 cn 1.4.88.1: #i78349# fix bug in makefile
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unoapi/makefile.mk14
1 files changed, 10 insertions, 4 deletions
diff --git a/sd/qa/unoapi/makefile.mk b/sd/qa/unoapi/makefile.mk
index 3054f156bda3..c2bb72449333 100644
--- a/sd/qa/unoapi/makefile.mk
+++ b/sd/qa/unoapi/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 12:21:42 $
+# last change: $Author: rt $ $Date: 2007-07-24 13:07:17 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -38,5 +38,11 @@ PRJ=..$/..
PRJNAME=sd
TARGET=qa_unoapi
-ALLTAR:
- $(SOLARENV)$/bin$/checkapi -sce sd.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments -THRCNT 1
+.INCLUDE: settings.mk
+
+.INCLUDE: target.mk
+
+ALLTAR : UNOAPI_TEST
+
+UNOAPI_TEST:
+ +$(SOLARENV)$/bin$/checkapi -sce sd.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments -THRCNT 1