diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-11-29 18:50:33 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-11-29 18:50:33 +0100 |
commit | b8cbc8d56ce91c6cb62fdebabf6936f28f5dfd97 (patch) | |
tree | a4873e765b1ea730b1e05af2586c7c096a1a3d09 | |
parent | 84025fa376598f1c42023ffddd2d851db914e984 (diff) |
ause128: #i115689# guard additional dependencies of ZIPnTARGETN
-rw-r--r-- | extensions/source/macosx/spotlight/makefile.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/macosx/spotlight/makefile.mk b/extensions/source/macosx/spotlight/makefile.mk index 3d1cb12d1dab..e7b15150bd03 100644 --- a/extensions/source/macosx/spotlight/makefile.mk +++ b/extensions/source/macosx/spotlight/makefile.mk @@ -74,8 +74,11 @@ ZIP1LIST = * .INCLUDE : target.mk +.IF "$(ZIP1TARGETN)"!="" $(ZIP1TARGETN) : $(plistfiles) $(binaries) $(resources) +.ENDIF # "$(ZIP1TARGETN)"!="" + # Info.plist is just versioned and copied into the bundle $(CONTENTS)$/%.plist : mdimporter/%.plist $(MKDIRHIER) $(@:d) |