Home
last modified time | relevance | path

Searched refs:INLINE_VERSION (Results 1 – 1 of 1) sorted by relevance

/external/python/httplib2/
DMakefile11 INLINE_VERSION = $(shell cd python2; python -c "import httplib2;print httplib2.__version__") macro
17 echo $(INLINE_VERSION)
20 if [ $(VERSION) -ne $(INLINE_VERSION) ]; then exit 1; fi