Bug 780241 - pythonpath.py should not be a native command. r=ted over IRC.

This commit is contained in:
Siddharth Agarwal 2012-08-04 00:39:54 +05:30
parent 38dc386b04
commit 10fafbd9d2
2 changed files with 6 additions and 8 deletions

View File

@ -126,13 +126,12 @@ MKDIR ?= mkdir
SLEEP ?= sleep
TOUCH ?= touch
ifndef .PYMAKE
PYTHON_PATH = $(PYTHON) $(topsrcdir)/config/pythonpath.py
else
ifdef .PYMAKE
PYCOMMANDPATH += $(topsrcdir)/config
PYTHON_PATH = %pythonpath main
endif
PYTHON_PATH = $(PYTHON) $(topsrcdir)/config/pythonpath.py
# determine debug-related options
_DEBUG_ASFLAGS :=
_DEBUG_CFLAGS :=

View File

@ -126,13 +126,12 @@ MKDIR ?= mkdir
SLEEP ?= sleep
TOUCH ?= touch
ifndef .PYMAKE
PYTHON_PATH = $(PYTHON) $(topsrcdir)/config/pythonpath.py
else
ifdef .PYMAKE
PYCOMMANDPATH += $(topsrcdir)/config
PYTHON_PATH = %pythonpath main
endif
PYTHON_PATH = $(PYTHON) $(topsrcdir)/config/pythonpath.py
# determine debug-related options
_DEBUG_ASFLAGS :=
_DEBUG_CFLAGS :=