Allow CC to be overriden, as needed for some packaging systems.
This commit is contained in:
parent
ffeee9046b
commit
9563fc2683
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
CC = gcc
|
CC ?= gcc
|
||||||
INSTALL = /usr/bin/install
|
INSTALL = /usr/bin/install
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
LDFLAGS ?= -s
|
LDFLAGS ?= -s
|
||||||
|
|
Loading…
Reference in New Issue