silence warning when building

This commit is contained in:
Zooko O'Whielacronx 2007-04-11 08:50:59 -07:00
parent 08bdde9e4a
commit f7ddd89a90

View File

@ -4,7 +4,7 @@ BASE=$(shell pwd)
PYTHON=python
INSTDIR=$(BASE)/instdir
PATHSEP=$(shell python -c 'import os ; print os.pathsep')
TRIALPATH=$(shell which trial.py)
TRIALPATH=$(shell which trial.py 2>/dev/null)
ifeq ($(TRIALPATH),)
TRIALPATH=$(shell which trial)
endif