projects
/
unionfs-3.17.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747123f
)
debugging: small fix to Makefile to correct #define typo
author
Erez Zadok
<ezk@bigvaio.(none)>
Fri, 18 May 2007 06:18:44 +0000
(
02:18
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:39:37 +0000
(21:39 -0500)
fs/unionfs/Makefile
patch
|
blob
|
history
diff --git
a/fs/unionfs/Makefile
b/fs/unionfs/Makefile
index 8c8e6e0ebea4c5331e4bda72a42bc0aca901b7d8..e9f8ad3fae5e82821b7e0e0c6338cf21d14501a3 100644
(file)
--- 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_D
DEBU
=1
+EXTRA_CFLAGS += -DUNIONFS_D
EBUG
=1
endif