Skip to content

Commit 7fc1726

Browse files
committed
---
yaml --- r: 5643 b: refs/heads/master c: b056096 h: refs/heads/master i: 5641: 7f4c879 5639: 0be7be8 v: v3
1 parent 112c6e9 commit 7fc1726

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f634eb2bfd16f6c60476fc1bceccfa5b4435c28a
2+
refs/heads/master: b0560965c4263104e61a43ad91115d3e535469d7

trunk/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ PERF_STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,$(1), \
224224

225225
endef
226226

227-
FUZZ := $(HOST_BIN$(1))/fuzzer$(X)
228-
229227
$(foreach target,$(CFG_TARGET_TRIPLES), \
230228
$(eval $(call SREQ,0,$(target))) \
231229
$(eval $(call SREQ,1,$(target))) \
@@ -243,6 +241,8 @@ CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
243241
CFG_INFO := $(info cfg: *** stage2 and later will not be built ***)
244242
CFG_INFO := $(info cfg:)
245243

244+
FUZZ := $(HOST_BIN1)/fuzzer$(X)
245+
246246
all: $(SREQ0$(CFG_HOST_TRIPLE)) $(SREQ1$(CFG_HOST_TRIPLE)) \
247247
$(GENERATED) $(DOCS) $(FUZZ)
248248
else

0 commit comments

Comments
 (0)