]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: fix ctags/etags clean targets
authorIgor Grinberg <grinberg@compulab.co.il>
Tue, 15 Jul 2014 12:52:01 +0000 (15:52 +0300)
committerTom Rini <trini@ti.com>
Tue, 22 Jul 2014 11:44:27 +0000 (07:44 -0400)
commitb3dfe43c6c4b39c443b8376f0d2f83ffef342080
treed4a6d8799a23897de0b82cd131a2c3d9dcfc4449
parent8d819ab5e18618b2f143e64655981ba3a6ae5711
Makefile: fix ctags/etags clean targets

Commit efcf861 (kbuild: use scripts/Makefile.clean)
refactored the cleaning targets and accidentially replaced the actually
generated "ctags" and "etags" files in the file list by "tags" and "TAGS".
"tags" and "TAGS" are not part of the Makefile build targets and
therefore should not be a part of the list for clean targets.

Substitute the actually generated files instead, to fix the clean
targets behavior.

Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Makefile