Allow CC to be overriden, as needed for some packaging systems.

This commit is contained in:
Jasper Lievisse Adriaanse 2011-08-24 13:58:49 +02:00 committed by Daniel Beer
parent ffeee9046b
commit 9563fc2683
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
CC = gcc
CC ?= gcc
INSTALL = /usr/bin/install
PREFIX ?= /usr/local
LDFLAGS ?= -s