Commit c1916855 authored by Tollef Fog Heen's avatar Tollef Fog Heen Committed by Tollef Fog Heen

Ensure source tree is built before running make dist

parent 2abb5458
......@@ -36,6 +36,11 @@ distcleancheck_listfiles = \
find . -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
sh '{}' ';'
# XXX: This is a hack to ensure we have a built source tree when
# running make dist If we had used non-recursive make we could have
# solved it better, but we don't, so use this at least for now.
LICENSE: all
cscope:
-rm -f cscope*
find . -name '*.[hcS]' > cscope.files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment