From 4b04f543a1fc897a0eefd8a4606992ec22a48636 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 8 May 2008 16:26:49 +0000 Subject: build system: do not rebuild entire tree if it is moved --- Makefile.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.flags') 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) \ -- cgit v1.2.3