2014-02-11 72 views

回答

1

您不能同時具有特定於目標的分配和規則定義。你必須把它們分開:

all: foo = hello 
all: 
     echo $(foo) 

你的版本創建目標all有三個先決條件:foo=hello