A number of Makefile fixes
authorMichael Hanselmann <hansmi@google.com>
Wed, 27 Oct 2010 12:32:14 +0000 (14:32 +0200)
committerMichael Hanselmann <hansmi@google.com>
Wed, 27 Oct 2010 12:39:45 +0000 (14:39 +0200)
commit2d1f248e0449c01783a27ed9dfd97d426755e1ff
treef5e4a4f13b63f7aa64cd1c57a221aeef14dd6e4e
parent88a6ca6fe63947d725902fedcbcc5ce8437250b7
A number of Makefile fixes

- run-in-tempdir should depend on what it copies to the temporary dir
- Add PYTHON_BOOTSTRAP to BUILT_SOURCES
- Don't use “mkdir -p” directly
- Create directory if necessary for writing bootstrap script

In summary, this should make “make distcheck” in pristine
checkout work again.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am