[Ocfs2-commits] jlbec commits r1790 - trunk/usysfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jan 18 16:21:19 CST 2005


Author: jlbec
Date: 2005-01-18 16:21:17 -0600 (Tue, 18 Jan 2005)
New Revision: 1790

Modified:
   trunk/usysfs/Makefile
Log:
Sorry, Bryce, I flubbed this check

Modified: trunk/usysfs/Makefile
===================================================================
--- trunk/usysfs/Makefile	2005-01-18 21:41:46 UTC (rev 1789)
+++ trunk/usysfs/Makefile	2005-01-18 22:21:17 UTC (rev 1790)
@@ -21,7 +21,7 @@
 #
 
 # for now, no 2.4
-ifneq ($(VERSION).$(PATCHLEVEL),2.4)
+ifneq ($(KERNEL_26),)
 ALL_RULES = build-usysfs
 
 CLEAN_RULES = clean-usysfs



More information about the Ocfs2-commits mailing list