]> git.lizzy.rs Git - rust.git/commitdiff
Remove extra eval call in snap.mk
authorWilliam Throwe <wtt6@cornell.edu>
Fri, 13 Nov 2015 20:13:05 +0000 (15:13 -0500)
committerWilliam Throwe <wtt6@cornell.edu>
Fri, 13 Nov 2015 20:15:51 +0000 (15:15 -0500)
mk/snap.mk

index 86c89cf0210eefae6cdc6c00aa87313df982932f..0b34f52b7ebbe083453e5b15ca914af95900596d 100644 (file)
@@ -18,8 +18,8 @@ snap-stage$(1)-H-$(2): $$(HSREQ$(1)_H_$(2))
 endef
 
 $(foreach host,$(CFG_HOST), \
- $(eval $(foreach stage,1 2 3, \
-  $(eval $(call DEF_SNAP_FOR_STAGE_H,$(stage),$(host))))))
+ $(foreach stage,1 2 3, \
+  $(eval $(call DEF_SNAP_FOR_STAGE_H,$(stage),$(host)))))
 
 snap-stage1: snap-stage1-H-$(CFG_BUILD)