From dd3c771e7988aa122e4f1e7c292df1fb7b9dde2c Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 18 May 2010 13:37:06 -0300 Subject: [common.mk] Remove broken pythonpath It expands to YTHONPATH and could never have worked. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1