diff options
author | Johan Dahlin <johan@gnome.org> | 2011-12-05 16:04:53 -0200 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2011-12-05 16:04:53 -0200 |
commit | 699803c532e72754440760fdeda054f86eea5638 (patch) | |
tree | 5f6063897790d95ac66cf55c38f919a3f1833439 /Makefile.am | |
parent | acc84ac7ed78255c261c6d1d1eb3c916173ba681 (diff) | |
download | gobject-introspection-699803c532e72754440760fdeda054f86eea5638.tar.gz |
Save .make-check-passed in builddir, so make distcheck passes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 15fd3cb6..9cc54cfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ check-local: is not executable\n\nrun chmod +x .git/hooks/pre-commit"; false)) @echo " PEP-8 INQUISITION" @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat --exclude=config.py - @touch $(top_srcdir)/.make-check-passed + @touch $(top_builddir)/.make-check-passed check-pyflakes: @echo " CHECK Pyflakes" |