fuzzer.mk: remove build dir dep to prevent dir write dep

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-11-07 18:51:54 -08:00
parent dbf2c3b4b2
commit 5ca531393a
1 changed files with 2 additions and 4 deletions

View File

@ -4,10 +4,8 @@ SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))
all: database
build:
mkdir build
$(SPECIMENS_OK): build
$(SPECIMENS_OK):
mkdir -p build
bash ${XRAY_DIR}/utils/top_generate.sh $(subst /OK,,$@)
touch $@