fix dangling whitespace when building object list
breaks latest macOS linker to have a directory in the object list
This commit is contained in:
parent
94289fd2ef
commit
b38f5a8904
@ -16,7 +16,7 @@ EXTRA_libtls_la_DEPENDENCIES = libtls_la_objects.mk
|
||||
|
||||
libtls_la_objects.mk: Makefile
|
||||
@echo "libtls_la_objects= $(libtls_la_OBJECTS)" \
|
||||
| sed 's/ */ $$\(abs_top_builddir\)\/tls\//g' \
|
||||
| sed -e 's/ *$$//' -e 's/ */ $$\(abs_top_builddir\)\/tls\//g' \
|
||||
> libtls_la_objects.mk
|
||||
|
||||
libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined -export-symbols $(top_srcdir)/tls/tls.sym
|
||||
|
Loading…
x
Reference in New Issue
Block a user