commit dd50d2468dd227ee8f7b73fcab0add52ecadfea7
Author: Erez Zadok <[EMAIL PROTECTED](none)>
Date:   Fri May 18 02:18:44 2007 -0400

    debugging: small fix to Makefile to correct #define typo

diff --git a/fs/unionfs/Makefile b/fs/unionfs/Makefile
index 61e9bd4..0a7c349 100644
--- a/fs/unionfs/Makefile
+++ b/fs/unionfs/Makefile
@@ -12,5 +12,5 @@ unionfs-$(CONFIG_UNION_FS_XATTR) += xattr.o
 
 ifeq ($(CONFIG_UNIONFS_DEBUG),y)
 unionfs-y += debug.o
-EXTRA_CFLAGS += -DUNIONFS_DDEBU=1
+EXTRA_CFLAGS += -DUNIONFS_DEBUG=1
 endif
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to