build: Fix a race condition

ell/ell.h was written before ell/ existed
This commit is contained in:
Adrian Bunk 2019-05-09 12:19:51 +03:00 committed by Denis Kenzior
parent 8bc6aa9880
commit 3e43e3342f
1 changed files with 1 additions and 0 deletions

View File

@ -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>" >> $@ ; \