Makefile: remove bogus comment
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 3 Mar 2020 21:09:47 +0000 (22:09 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 3 Mar 2020 21:30:14 +0000 (22:30 +0100)
commit98e11e8c8f5eaf87c267e5e21df1be8f67a02d07
treeb67d1cf7d484c72446df328806ba451caadd0a82
parent05bf029c112f42128286b4a07051f6af3cc602b8
Makefile: remove bogus comment

The comment "Check files that are touched by more than one package"
was previously located right before the calls to the check-uniq-files
script. However, this script and the logic calling it have been
removed in commit 2496189a4207173e4cd5bbab90256f911175ee57 ("core:
drop check-uniq-files"), so the comment no longer makes any sense:
let's drop it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Makefile