* [Ocfs2-devel] Patch to fix the build error for dist target in ocfs-tools
@ 2004-06-24 13:21 John L. Villalovos
0 siblings, 0 replies; only message in thread
From: John L. Villalovos @ 2004-06-24 13:21 UTC (permalink / raw)
To: ocfs2-devel
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))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-24 13:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-24 13:21 [Ocfs2-devel] Patch to fix the build error for dist target in ocfs-tools John L. Villalovos
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.