* [PATCH] Makefile.am: Fix a race condition where ell/ell.h was written before ell/ existed
@ 2019-05-09 9:19 Adrian Bunk
2019-05-15 17:57 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2019-05-09 9:19 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index a569c4a3..d2e310d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1107,6 +1107,7 @@ ell/internal: Makefile
done > $@
ell/ell.h: Makefile
+ $(AM_V_at)$(MKDIR_P) ell
$(AM_V_at)echo -n > $@
$(AM_V_GEN)for f in $(ell_headers) ; do \
echo "#include <$$f>" >> $@ ; \
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-15 17:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-09 9:19 [PATCH] Makefile.am: Fix a race condition where ell/ell.h was written before ell/ existed Adrian Bunk
2019-05-15 17:57 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.