Makefile: remove useless assignments to CC and AR

These assignments had no effect because 'make' defines default values for
these variables.
This commit is contained in:
Eric Biggers 2016-05-22 14:14:38 -05:00
parent aaadf1421a
commit b3434646e0

View File

@ -13,9 +13,6 @@
#
##############################################################################
CC ?= gcc
AR ?= ar
STATIC_LIB_SUFFIX := .a
SHARED_LIB_SUFFIX := .so
PROG_SUFFIX :=