John L. Villalovos
2004-Jun-24 13:21 UTC
[Ocfs2-devel] Patch to fix the build error for dist target in ocfs-tools
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))