summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-05-18 13:37:06 -0300
committerJohan Dahlin <johan@gnome.org>2010-05-18 18:11:57 -0300
commitdd3c771e7988aa122e4f1e7c292df1fb7b9dde2c (patch)
tree676cb016a92e2e576cd08a02ae94098dec0ae91b
parent042e964e756bd5c043d522d0fae435c04d4b369c (diff)
downloadgobject-introspection-dd3c771e7988aa122e4f1e7c292df1fb7b9dde2c.tar.gz
[common.mk] Remove broken pythonpath
It expands to YTHONPATH and could never have worked.
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index f05d4aff..f4d9d060 100644
--- a/common.mk
+++ b/common.mk
@@ -1,5 +1,5 @@
SCANNER_BIN = $(top_builddir)/tools/g-ir-scanner
-SCANNER_PYTHONPATH = $(top_builddir):$(top_srcdir):$$PYTHONPATH
+SCANNER_PYTHONPATH = $(top_builddir):$(top_srcdir)
SCANNER_ENV = env PYTHONPATH=$(SCANNER_PYTHONPATH) \
UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir)