mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
build: Create directory for ell/useful.h
This commit is contained in:
parent
4cd4880fc9
commit
d9fdbedf0e
@ -627,6 +627,7 @@ lib/bluetooth/%.h: lib/%.h
|
||||
$(AM_V_GEN)$(LN_S) -f $(abspath $<) $@
|
||||
|
||||
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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user