changeset 399:edb6b42c5e8a

Build system cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2016 14:35:27 +0200
parents 9db5d3f6098d
children f7919a143fcb
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Mar 03 14:21:22 2016 +0200
+++ b/Makefile	Thu Mar 03 14:35:27 2016 +0200
@@ -9,9 +9,10 @@
 RANLIB ?= ranlib
 INSTALL ?= install
 
-CFLAGS += -DHAVE_STRING_H -DHAVE_CONFIG_H
+CFLAGS += -DHAVE_CONFIG_H
 LDFLAGS +=
 
+CFLAGS += -DHAVE_STRING_H
 CFLAGS += -DHAVE_STDINT_H
 #CFLAGS += -DHAVE_SYS_TYPES_H
 CFLAGS += -DHAVE_INTTYPES_H