[gobject-introspection] Save .make-check-passed in builddir, so make distcheck passes



commit 699803c532e72754440760fdeda054f86eea5638
Author: Johan Dahlin <johan gnome org>
Date:   Mon Dec 5 16:04:53 2011 -0200

    Save .make-check-passed in builddir, so make distcheck passes

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 15fd3cb..9cc54cf 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]