aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-05-08 16:26:49 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-05-08 16:26:49 +0000
commit4b04f543a1fc897a0eefd8a4606992ec22a48636 (patch)
treedcd3defdd81c0c372d79241bec8b08c9d5ac7c1d /Makefile.flags
parent35d1683ce9d8457ee056b955139f5b12f3901b75 (diff)
downloadbusybox-4b04f543a1fc897a0eefd8a4606992ec22a48636.tar.gz
build system: do not rebuild entire tree if it is moved
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 61bff4f66..f27c601c8 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) \