commit | ef8ba83b7cf6c530fbb2c83cf87f9755b8424a84 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Thu Mar 08 23:00:41 2018 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Mar 09 10:22:59 2018 +0100 |
tree | 0e32592874a4fdf352ab5c1a5291dec681e94f42 | |
parent | a50b7f8c618a7953cd0bef407b390b6db60d0fc3 [diff] |
tools: bpf: silence make by not deleting intermediate file Even in quiet mode, make finishes with rm tools/bpf/bpf_exp.lex.c That's because it considers the file to be intermediate. Silence that by mentioning the lex.c file instead of the lex.o file; the dependency still stays. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>