projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042e964
)
[common.mk] Remove broken pythonpath
author
Johan Dahlin
<johan@gnome.org>
Tue, 18 May 2010 16:37:06 +0000
(13:37 -0300)
committer
Johan Dahlin
<johan@gnome.org>
Tue, 18 May 2010 21:11:57 +0000
(18:11 -0300)
It expands to YTHONPATH and could never have worked.
common.mk
patch
|
blob
|
history
diff --git
a/common.mk
b/common.mk
index
f05d4af
..
f4d9d06
100644
(file)
--- 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)