GIT: unionfs2-2.6.27.y: debugging: small fix to Makefile to correct #define typo
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:17 EDT 2010
commit bd805109c8a0fa6e06b42417e91204f9ec7c734d
Author: Erez Zadok <ezk at bigvaio.(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 8c8e6e0..e9f8ad3 100644
--- a/fs/unionfs/Makefile
+++ b/fs/unionfs/Makefile
@@ -11,5 +11,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
More information about the unionfs-cvs
mailing list