common.mak: specify python3

This commit is contained in:
Sebastien Bourdeauducq 2013-11-10 11:29:27 +01:00
parent c1e5683ba2
commit e4db7d1c7f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ LD_quiet = @echo " LD " $@ && $(TARGET_PREFIX)ld
OBJCOPY_quiet = @echo " OBJCOPY " $@ && $(TARGET_PREFIX)objcopy
RANLIB_quiet = @echo " RANLIB " $@ && $(TARGET_PREFIX)ranlib
GIT_ID:=$(shell echo -e "from misoclib.identifier.git import get_id\nprint(hex(get_id()), end='')" | python)
GIT_ID:=$(shell echo -e "from misoclib.identifier.git import get_id\nprint(hex(get_id()), end='')" | python3)
ifeq ($(V),1)
CC = $(CC_normal)