changeset 676:cfbc5ddf74e5

Possibly fix external build things and llvm static analyzer runs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 18:23:32 +0300
parents 534b5d90255b
children f40d5613c753
files Makefile.unix
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.unix	Wed Aug 09 11:24:41 2017 +0300
+++ b/Makefile.unix	Wed Oct 25 18:23:32 2017 +0300
@@ -2,10 +2,6 @@
 ## Common UNIX style Makefile stuff
 ##
 PREFIX ?= /usr/local
-CC ?= cc
-AR ?= ar
-RANLIB ?= ranlib
-INSTALL ?= install
 DOC ?= README
 
 CFLAGS += -DHAVE_CONFIG_H