From: Artem Bityutskiy Date: Fri, 22 Apr 2011 12:30:10 +0000 (+0300) Subject: fs-tests: integck: do not inlcude lib directory X-Git-Tag: v1.4.5~74 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4623f7aec7c78ff93ad4ab9878571d685b51dfaa;p=mtd-utils.git fs-tests: integck: do not inlcude lib directory 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 --- 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)