build: Create directory for ell/useful.h

This commit is contained in:
Marcel Holtmann 2021-04-29 10:16:32 +02:00
parent 0531e9ab08
commit d87b580c20
1 changed files with 1 additions and 0 deletions

View File

@ -625,6 +625,7 @@ unit/tls-settings.8021x: unit/cert-ca.pem unit/cert-client.pem unit/cert-client-
BUILT_SOURCES = $(ell_built_sources) src/builtin.h
ell/shared: Makefile
$(AM_V_at)$(MKDIR_P) ell
$(AM_V_GEN)for f in $(ell_shared) ; do \
if [ ! -f $$f ] ; then \
$(LN_S) -t ell -f $(abs_srcdir)/../ell/$$f ; \