debugging: small fix to Makefile to correct #define typo
authorErez Zadok <ezk@bigvaio.(none)>
Fri, 18 May 2007 06:18:44 +0000 (02:18 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:39:37 +0000 (21:39 -0500)
fs/unionfs/Makefile

index 8c8e6e0ebea4c5331e4bda72a42bc0aca901b7d8..e9f8ad3fae5e82821b7e0e0c6338cf21d14501a3 100644 (file)
@@ -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