diff options
author | Denis Vlasenko | 2008-05-08 16:26:49 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-05-08 16:26:49 +0000 |
commit | 4b04f543a1fc897a0eefd8a4606992ec22a48636 (patch) | |
tree | dcd3defdd81c0c372d79241bec8b08c9d5ac7c1d /Makefile.flags | |
parent | 35d1683ce9d8457ee056b955139f5b12f3901b75 (diff) | |
download | busybox-4b04f543a1fc897a0eefd8a4606992ec22a48636.zip busybox-4b04f543a1fc897a0eefd8a4606992ec22a48636.tar.gz |
build system: do not rebuild entire tree if it is moved
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags index 61bff4f..f27c601 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -11,7 +11,7 @@ CPPFLAGS += $(call cc-option,-std=gnu99,) CPPFLAGS += \ -Iinclude -Ilibbb \ - $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/libbb \ + $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include -I$(srctree)/libbb) \ -include include/autoconf.h \ -D_GNU_SOURCE -DNDEBUG \ $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ |