# HG changeset patch # User Matti Hamalainen # Date 1508945012 -10800 # Node ID cfbc5ddf74e5c3f7ed091e4c9b0c7b96669a08e9 # Parent 534b5d90255b5edde3ae25ed7886f26fec37a0fc Possibly fix external build things and llvm static analyzer runs. diff -r 534b5d90255b -r cfbc5ddf74e5 Makefile.unix --- 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