Skip to content
Commit 0209987f authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: fix warning "overriding recipe for target 'Makefile'"



If you do "make Makefile" with GNU Make 3.x, the following warning
is displayed:

  $ make Makefile
  Makefile:165: warning: overriding recipe for target 'Makefile'
  Makefile:51: warning: ignoring old recipe for target 'Makefile'
  make[1]: Nothing to be done for 'Makefile'.
  make: Nothing to be done for 'Makefile'.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 669e06b1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment