Commit 664ae6f9 authored by Linus Torvalds's avatar Linus Torvalds

Fix "make clean" in scripts/genksyms

Don't prepend $(obj) to "targets", since the generic rules will
do that for us, and doing it twice just makes things not work.
parent 088205b5
......@@ -44,4 +44,4 @@ clean-files += parse.output
endif
targets += $(obj)/keywords.c $(obj)/lex.c $(obj)/parse.c $(obj)/parse.h
targets += keywords.c lex.c parse.c parse.h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment