[Ocfs2-devel] Patch to fix the build error for dist target in ocfs-tools

John L. Villalovos john.l.villalovos at intel.com
Thu Jun 24 12:05:11 CDT 2004


Build failed during the dist portion for me.  This patch is for ocfs-tools.

Index: ocfs2/debugfs.ocfs2/Makefile
===================================================================
--- ocfs2/debugfs.ocfs2/Makefile        (revision 96)
+++ ocfs2/debugfs.ocfs2/Makefile        (working copy)
@@ -12,7 +12,7 @@
  CFLAGS += -Wall -O2

  CFILES = main.c commands.c dump.c readfs.c
-HFILES = main.h commands.h dump.h readfs.h
+HFILES = include/main.h include/commands.h include/dump.h include/readfs.h

  OBJS = $(subst .c,.o,$(CFILES))




More information about the Ocfs2-devel mailing list