diff Makefile @ 130:d73b74602759

Build system cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 02 Jun 2017 02:02:18 +0300
parents 6bbec928dfbb
children 8fc887cb56d0
line wrap: on
line diff
--- a/Makefile	Thu Oct 27 13:47:56 2016 +0300
+++ b/Makefile	Fri Jun 02 02:02:18 2017 +0300
@@ -3,12 +3,10 @@
 # See other Makefile.* files for more options.
 #
 
-# C-compiler, flags and linker flags
+# Compiler, flags and linker flags
 PREFIX ?= /usr/local
-CC ?= gcc
-AR ?= ar
-RANLIB ?= ranlib
-INSTALL ?= install
+
+BINTOOL_PREFIX =
 
 CFLAGS += -DHAVE_CONFIG_H
 LDFLAGS +=