Kaydet (Commit) cf215a62 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing quoting

...so the $ are not eaten by the sub-make

Change-Id: Ifa9383a5d31720be517c03631224f5244f112d3d
Reviewed-on: https://gerrit.libreoffice.org/52775Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 9f60e0b4
......@@ -44,7 +44,7 @@ $(call gb_ExternalProject_get_state_target,liblangtag,build):
REAL_CC_FLAGS="$(filter -%,$(CC))") \
$(if $(verbose),V=1) \
$(MAKE) \
LIBO_TUNNEL_LIBRARY_PATH='$(subst ','\'',$(call gb_Helper_extend_ld_path,$(call gb_UnpackedTarball_get_dir,liblangtag)/liblangtag/.libs))' \
LIBO_TUNNEL_LIBRARY_PATH='$(subst ','\'',$(subst $$,$$$$,$(call gb_Helper_extend_ld_path,$(call gb_UnpackedTarball_get_dir,liblangtag)/liblangtag/.libs)))' \
$(if $(filter MACOSX,$(OS)),\
&& $(PERL) $(SRCDIR)/solenv/bin/macosx-change-install-names.pl shl URELIB \
$(EXTERNAL_WORKDIR)/liblangtag/.libs/liblangtag.1.dylib \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment