makefile: fix syz-extract dependencies

This commit is contained in:
Andrey Konovalov 2017-01-23 17:24:05 +01:00
parent a7e4a49fae
commit e7e90813b4

View File

@ -47,7 +47,7 @@ upgrade:
extract: bin/syz-extract extract: bin/syz-extract
LINUX=$(LINUX) LINUXBLD=$(LINUXBLD) ./extract.sh LINUX=$(LINUX) LINUXBLD=$(LINUXBLD) ./extract.sh
bin/syz-extract: ./syz-extract bin/syz-extract: syz-extract/*.go sysparser/*.go
go build -o $@ ./syz-extract go build -o $@ ./syz-extract
generate: bin/syz-sysgen generate: bin/syz-sysgen