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 <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2018-12-20 15:21:40 +01:00 committed by Karol Gugala
parent bc53d824fa
commit fa90a7d942
1 changed files with 1 additions and 1 deletions

View File

@ -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