From edbd86368f82615fa26894dcdc2cf4e4435104cb Mon Sep 17 00:00:00 2001 From: Jeff Moyer Date: Thu, 31 Jan 2013 17:22:06 -0500 Subject: respect CFLAGS in the test harness directory This is useful when, for example, testing the compat layer by building -m32 on a 64 bit platform. Signed-off-by: Jeff Moyer --- harness/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/Makefile b/harness/Makefile index 0bb8e3d..2a88e71 100644 --- a/harness/Makefile +++ b/harness/Makefile @@ -6,7 +6,7 @@ PROGS:=$(PARTPROGS) $(EXTRAPROGS) HARNESS_SRCS:=main.c # io_queue.c -CFLAGS=-Wall -Werror -I../src -g -O +CFLAGS+=-Wall -Werror -I../src -g -O #-lpthread -lrt all: $(PROGS) -- cgit v1.2.1