From fa90a7d942bd0b1e500757a7f16b15fea6729727 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Thu, 20 Dec 2018 15:21:40 +0100 Subject: [PATCH] 030-iob fuzzer Makefile: added dependency to target build/segbits_liob33.rdb The Makefile of the 030-fuzzer needs to have a dependency of SPECIMEN_OK on the build/segbits_liob33.rdb target, otherwise the test specimen would not be created automatically Signed-off-by: Alessandro Comodi --- fuzzers/030-iob/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/030-iob/Makefile b/fuzzers/030-iob/Makefile index 6cb898c1..9216a598 100644 --- a/fuzzers/030-iob/Makefile +++ b/fuzzers/030-iob/Makefile @@ -5,7 +5,7 @@ SEGDATAS=$(addsuffix /segdata_liob33.txt,$(SPECIMENS)) database: build/segbits_liob33.db -build/segbits_liob33.rdb: +build/segbits_liob33.rdb: $(SPECIMENS_OK) ${XRAY_SEGMATCH} -o build/segbits_liob33.rdb $(SEGDATAS) build/segbits_liob33.db: build/segbits_liob33.rdb