Diff between 4cd4880fc95a719cdfb05b72e14fa6695be1d245 and d9fdbedf0ee3a5981e2d83d85b547b7750303acb
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +1 | -0 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index f98243f..319331b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 ; \