common.mak: specify python3
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 10 Nov 2013 10:29:27 +0000 (11:29 +0100)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 10 Nov 2013 10:29:27 +0000 (11:29 +0100)
software/common.mak

index 499e593d17e7d1597773817eb6e9c191189ad968..e58173f9d5be3a6bb0658b45f7448195a8e89124 100644 (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)