include makefile.conf later, reset_timer in strstr bench
[libc-test] / Makefile.inc
index f163fda..ae2fa3f 100644 (file)
@@ -14,7 +14,6 @@ usemusl = yes
 prefix = /usr/local/musl
 includedir = $(prefix)/include
 libdir = $(prefix)/lib
--include $(ROOTDIR)/Makefile.conf
 
 AR=ar
 RANLIB=ranlib
@@ -23,6 +22,8 @@ CFLAGS += -g -D_POSIX_C_SOURCE=200809L -std=c99 -pipe -Wall
 LDFLAGS += -g -lpthread -lrt -lm
 INC += -I$(ROOTDIR)/common
 
+-include $(ROOTDIR)/Makefile.conf
+
 ifeq ($(usemusl), yes)
 CC=gcc
 LIBCC=$(shell gcc -print-file-name=libgcc.a |sed 's,/libgcc.a,,')