commit ace4846cef0dcca206364d11add98060e42b8ad9
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
61e9bd47d008f15c38b3aad1e9f00e5eddc07f41..0a7c349f7a303cdb5d1e97eb4ed7a3152cd0eb49
100644
--- a/fs/unionfs/Makefile
+++ b/fs/unionfs/Makefile
@@ -12,5 +12,5 @@ #CONFIG_UNIONFS_DEBUG=y
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