Makefile: do not install sparse and cgcc
commited6619a08ee67eebc5982cbab4cae4fdd8e32d94
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 27 Feb 2012 16:57:24 +0000 (27 18:57 +0200)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 28 Feb 2012 17:15:31 +0000 (28 20:15 +0300)
tree4aa31fbea3beaf781f78e511f72b195847001a16
parent961a1d1e080c1835fe20f1746f877c947b37b30d
Makefile: do not install sparse and cgcc

Smatch comes with own version of cgcc and sparse and installs them along with
the 'smatch' binaries. So if the user puts the smatch directory to his PATH,
he may start using smatch's cgcc and sparse version, which may be not what
the user want. Do not install them - the do not seem to be required to be
installed.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Makefile