.SECONDARY giving undesired effect in Makefile

后端 未结 0 875
礼貌的吻别
礼貌的吻别 2020-12-15 00:04

I have a make file that looks something like the following...

.SECONDARY: 

THRESHOLDS=010 020 030 040 050

FIRST=$(foreach T,$(THRESHOLDS),test.$(T).txt)

$(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题