[Ocfs2-tools-devel] [PATCH 10/10] tools: Removes feature_string.h from Makefile
Sunil Mushran
sunil.mushran at oracle.com
Tue Jul 22 14:44:18 PDT 2008
Commit 54299d06a30f090aee699c2b7bc8749855f47ab5 removed include/ocfs2/feature_string.h.
This patch removes the same from the Makefile.
Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
include/ocfs2/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/ocfs2/Makefile b/include/ocfs2/Makefile
index 308eff0..ada86d0 100644
--- a/include/ocfs2/Makefile
+++ b/include/ocfs2/Makefile
@@ -6,8 +6,7 @@ HFILES_GEN = ocfs2_err.h
all: $(HFILES_GEN)
-HFILES = ocfs2.h jbd.h bitops.h byteorder.h kernel-rbtree.h feature_string.h \
- image.h
+HFILES = ocfs2.h jbd.h bitops.h byteorder.h kernel-rbtree.h image.h
HEADERS_SUBDIR = ocfs2
HEADERS = $(HFILES) $(HFILES_GEN)
--
1.5.4.3
More information about the Ocfs2-tools-devel
mailing list