[gobject-introspection] [common.mk] Remove broken pythonpath



commit dd3c771e7988aa122e4f1e7c292df1fb7b9dde2c
Author: Johan Dahlin <johan gnome org>
Date:   Tue May 18 13:37:06 2010 -0300

    [common.mk] Remove broken pythonpath
    
    It expands to YTHONPATH and could never have worked.

 common.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/common.mk b/common.mk
index f05d4af..f4d9d06 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)



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