From: Erez Zadok Date: Fri, 18 May 2007 06:18:44 +0000 (-0400) Subject: debugging: small fix to Makefile to correct #define typo X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=fb2696346b22faf31e0e73ce45773db4b5834357;p=unionfs-3.11.y.git debugging: small fix to Makefile to correct #define typo --- diff --git a/fs/unionfs/Makefile b/fs/unionfs/Makefile index 8c8e6e0ebea..e9f8ad3fae5 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