summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2011-12-05 16:04:53 -0200
committerJohan Dahlin <jdahlin@litl.com>2011-12-05 16:04:53 -0200
commit699803c532e72754440760fdeda054f86eea5638 (patch)
tree5f6063897790d95ac66cf55c38f919a3f1833439
parentacc84ac7ed78255c261c6d1d1eb3c916173ba681 (diff)
downloadgobject-introspection-699803c532e72754440760fdeda054f86eea5638.tar.gz
Save .make-check-passed in builddir, so make distcheck passes
-rw-r--r--Makefile.am2
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"