diff Makefile @ 399:edb6b42c5e8a

Build system cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2016 14:35:27 +0200
parents 6e6c8c4fc210
children 3c1bd6c55e00
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