mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
Use simpler way of creating include directory
This commit is contained in:
parent
0b9d2da1c4
commit
00a014316a
@ -289,7 +289,7 @@ scripts/%.rules:
|
||||
$(lib_libbluetooth_la_OBJECTS): $(local_headers)
|
||||
|
||||
lib/bluetooth/%.h: lib/%.h
|
||||
$(AM_V_at)if [ ! -e lib/bluetooth ] ; then $(MKDIR_P) lib/bluetooth ; fi
|
||||
$(AM_V_at)$(MKDIR_P) lib/bluetooth
|
||||
$(AM_V_GEN)$(LN_S) $(abs_top_srcdir)/$< $@
|
||||
|
||||
clean-local: lib/bluetooth
|
||||
|
Loading…
Reference in New Issue
Block a user