From patchwork Fri Apr 22 17:25:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/13] fs-tests: integck: do not inlcude lib directory Date: Fri, 22 Apr 2011 07:25:13 -0000 From: Artem Bityutskiy X-Patchwork-Id: 92551 Message-Id: <1303493124-7619-3-git-send-email-dedekind1@gmail.com> To: MTD list Cc: Adrian Hunter From: Artem Bityutskiy The integck test does not depend on the "common" directory any more, so we do not have to have -I ../lib for compilation. Signed-off-by: Artem Bityutskiy --- tests/fs-tests/integrity/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/fs-tests/integrity/Makefile b/tests/fs-tests/integrity/Makefile index 03652a2..976c3ce 100644 --- a/tests/fs-tests/integrity/Makefile +++ b/tests/fs-tests/integrity/Makefile @@ -5,7 +5,7 @@ endif COMMON_HEADERS_DIR := ../../../include -CFLAGS := $(CFLAGS) -Wall -g -O2 -I../lib -I$(COMMON_HEADERS_DIR) +CFLAGS := $(CFLAGS) -Wall -g -O2 -I$(COMMON_HEADERS_DIR) LDFLAGS := $(LDFLAGS)