From d553be5982722fc5ee5240fbfb15697849881ced Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 17 Apr 2014 18:03:27 +0100 Subject: build: Simplify build directory layout by putting all headers in genhdr. Any generated headers go in $(BUILD)/genhdr/, and are #included as 'genhdr/xxx.h'. --- unix-cpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix-cpy') diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile index 8db8c2069..0376932d6 100644 --- a/unix-cpy/Makefile +++ b/unix-cpy/Makefile @@ -8,7 +8,7 @@ include ../py/py.mk INC = -I. INC += -I$(PY_SRC) -INC += -I$(BUILD)/includes +INC += -I$(BUILD) # compiler settings CFLAGS = $(INC) -Wall -Werror -ansi -std=gnu99 -DUNIX -- cgit v1.2.3