diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-06-22 19:55:21 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-06-22 19:55:21 +0200 |
commit | abd0a324b47ea841f3e5f894f639ae45f5778802 (patch) | |
tree | 307b4fe1175224b70f75b4feb37160f251763405 /smoketestoo_native | |
parent | 924eab5afc99b0b0ecfa76ac4606a058e0d67328 (diff) |
smoketest26: #i101000# fix nodep=true build in smoketestoo_native
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-x | smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk b/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk index 3e90c68a13af..c007616d4667 100755 --- a/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk +++ b/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk @@ -62,11 +62,15 @@ ZIP1DEPS=$(MISC)$/$(TARGET)$/$(JARTARGET)\ .INCLUDE : target.mk +$(MISC)$/$(TARGET)$/META-INF: + @-$(MKDIRHIER) $(@) + $(MISC)$/TestExtension.urd: TestExtension.idl $(IDLC) -O$(MISC) -I$(SOLARIDLDIR) -cid -we $< +$(MISC)$/$(TARGET)$/META-INF$/manifest.xml $(MISC)$/$(TARGET)$/TestExtension.rdb : $(MISC)$/$(TARGET)$/META-INF + $(MISC)$/$(TARGET)$/META-INF$/manifest.xml: manifest.xml - @-$(MKDIRHIER) $(@:d) $(COPY) $< $@ $(MISC)$/$(TARGET)$/TestExtension.rdb: $(MISC)$/TestExtension.urd |