Skip to content

Commit

Permalink
Remove space in dependency line
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jan 15, 2025
1 parent f62e9f9 commit 9ac6e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for local fuzzer in $(all_fuzzers)
local seed_files = [ glob "$(seed_corpus)/*" ] ;

# Create the output corpus directories
make $(corpus) : $(seed_files) : make-corpus : <dependency> $(.make-corpus-script) ;
make $(corpus) : $(seed_files) : make-corpus : <dependency>$(.make-corpus-script) ;
make $(min_corpus) : : common.MkDir ;

# Build the fuzzer
Expand Down

0 comments on commit 9ac6e57

Please sign in to comment.