Skip to content

Commit b056096

Browse files
committed
Refix the fuzzer make rule
1 parent f634eb2 commit b056096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)