Flip the 2.4 check so that it looks for 2.6 instead. This will allow builds

where we can't determine the version through.
main
Jon Smirl 2004-09-27 15:42:48 +00:00
parent edbfb46c0b
commit 77fa7b9548
2 changed files with 2 additions and 2 deletions

View 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

View 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