summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-17 08:16:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-17 08:16:38 +0100
commit0e6f04001c49b0d10575541acb122257cad45cff (patch)
treee81211a8b5567a8d0bc0c395d2526b18633980f8 /smoketestoo_native
parentcfecfe84f998bb9a53a3d5d76cbbf3694db18a54 (diff)
Fixed dmake depend=x.
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/com/sun/star/comp/smoketest/makefile.mk2
-rwxr-xr-xsmoketestoo_native/makefile.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk b/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk
index be7af0510699..937f377acd79 100755
--- a/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk
+++ b/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk
@@ -62,6 +62,7 @@ ZIP1DEPS=$(MISC)/$(TARGET)/$(JARTARGET)\
.INCLUDE : target.mk
+.IF "$(depend)" == ""
$(MISC)/$(TARGET)/META-INF:
@-$(MKDIRHIER) $(@)
@@ -81,6 +82,7 @@ $(JAVACLASSFILES) .UPDATEALL: $(MISC)/$(TARGET)/TestExtension.rdb
$(MISC)/$(TARGET)/$(JARTARGET) : $(JARTARGETN)
$(COMMAND_ECHO)$(COPY) $< $@
+.END
.ELSE
@all:
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 8c7d811a71f8..24732ab45a27 100755
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -49,7 +49,9 @@ DEF1NAME = $(SHL1TARGET)
.INCLUDE: target.mk
.INCLUDE: installationtest.mk
+.IF "$(depend)" == ""
ALLTAR : cpptest
+.END
cpptest : $(SHL1TARGETN)