util: term: drop CC from Makefile
authorBjoern A. Zeeb <baz21@cam.ac.uk>
Fri, 4 Dec 2015 23:25:45 +0000 (17:25 -0600)
committerBjoern A. Zeeb <baz21@cam.ac.uk>
Fri, 4 Dec 2015 23:25:45 +0000 (17:25 -0600)
commite746231682b2a314412c02db64226a1355073d3a
treefb19fb1e6eef823c0290d6b3b58d07d839d44cd7
parent0707f4ee63688e7ed87726cd90f8f8f1ab370d10
util: term: drop CC from Makefile

With clang there are systems without gcc being installed anymore and we should
not rely on that.  This patch drops CC so that system's default compiler is
invoked.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
util/term/Makefile