Use simpler way of creating include directory

This commit is contained in:
Marcel Holtmann 2009-08-24 12:51:50 -07:00
parent 0b9d2da1c4
commit 00a014316a

View File

@ -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