smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk | 2 ++ smoketestoo_native/makefile.mk | 2 ++ 2 files changed, 4 insertions(+)
New commits: commit 0e6f04001c49b0d10575541acb122257cad45cff Author: Stephan Bergmann <[email protected]> Date: Thu Nov 17 08:16:38 2011 +0100 Fixed dmake depend=x. diff --git a/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk b/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk index be7af05..937f377 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 8c7d811..24732ab 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) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
