Flip the 2.4 check so that it looks for 2.6 instead. This will allow builds
authorJon Smirl <jonsmirl@yahoo.com>
Mon, 27 Sep 2004 15:42:48 +0000 (15:42 +0000)
committerJon Smirl <jonsmirl@yahoo.com>
Mon, 27 Sep 2004 15:42:48 +0000 (15:42 +0000)
    where we can't determine the version through.

linux-core/Makefile
linux/Makefile

index c82be8f..040b452 100644 (file)
@@ -172,7 +172,7 @@ endif
 
 endif
 
-ifeq ($(findstring 2.4,$(RUNNING_REL)),)
+ifneq ($(findstring 2.6,$(RUNNING_REL)),)
 $(error Building 2.4 version on $(RUNNING_REL))
 endif
 
index c82be8f..040b452 100644 (file)
@@ -172,7 +172,7 @@ endif
 
 endif
 
-ifeq ($(findstring 2.4,$(RUNNING_REL)),)
+ifneq ($(findstring 2.6,$(RUNNING_REL)),)
 $(error Building 2.4 version on $(RUNNING_REL))
 endif