diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-04-17 18:03:27 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-04-17 18:03:27 +0100 |
| commit | d553be5982722fc5ee5240fbfb15697849881ced (patch) | |
| tree | 4312b491aaee255ed7d8dbffe74f79011de1c426 /unix-cpy | |
| parent | 2d1f865d16c5a7e27f5e46c96d087a7ff8a49012 (diff) | |
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'.
Diffstat (limited to 'unix-cpy')
| -rw-r--r-- | unix-cpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
