[Ocfs2-commits] zab commits r1840 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jan 24 17:57:39 CST 2005


Author: zab
Date: 2005-01-24 17:57:37 -0600 (Mon, 24 Jan 2005)
New Revision: 1840

Modified:
   trunk/fs/ocfs2/cluster/Makefile
Log:
- s/EXTRA_CPPFLAGS/EXTRA_CFLAGS/ so that Config.make really leads to -D..


Modified: trunk/fs/ocfs2/cluster/Makefile
===================================================================
--- trunk/fs/ocfs2/cluster/Makefile	2005-01-24 23:54:07 UTC (rev 1839)
+++ trunk/fs/ocfs2/cluster/Makefile	2005-01-24 23:57:37 UTC (rev 1840)
@@ -13,7 +13,7 @@
 endif
 
 ifdef MISSING_SOCK_CREATE_LITE
-EXTRA_CPPFLAGS += -DMISSING_SOCK_CREATE_LITE
+EXTRA_CFLAGS += -DMISSING_SOCK_CREATE_LITE
 endif
 
 ifeq ($(KERNELRELEASE),)



More information about the Ocfs2-commits mailing list