From a643c6ef1e36365175e4d8f0600132eb8fa7c37d Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 28 Oct 2010 12:42:13 -0700 Subject: [PATCH] Fixed sample ext makefiles for L4D Linux builds (bug 4681, r=fyren). --- public/mms_sample_ext/Makefile | 4 ++-- public/sample_ext/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/mms_sample_ext/Makefile b/public/mms_sample_ext/Makefile index b7ce08d2..e869ebf0 100644 --- a/public/mms_sample_ext/Makefile +++ b/public/mms_sample_ext/Makefile @@ -82,8 +82,8 @@ else endif endif -# if ENGINE is orig, OB, or L4D -ifneq (,$(filter original orangebox left4dead,$(ENGINE))) +# if ENGINE is original or OB +ifneq (,$(filter original orangebox,$(ENGINE))) LIB_SUFFIX = _i486.$(LIB_EXT) else LIB_PREFIX = lib diff --git a/public/sample_ext/Makefile b/public/sample_ext/Makefile index f7bdb938..f355335a 100644 --- a/public/sample_ext/Makefile +++ b/public/sample_ext/Makefile @@ -90,8 +90,8 @@ else endif endif -# if ENGINE is orig, OB, or L4D -ifneq (,$(filter original orangebox left4dead,$(ENGINE))) +# if ENGINE is original or OB +ifneq (,$(filter original orangebox,$(ENGINE))) LIB_SUFFIX = _i486.$(LIB_EXT) else LIB_PREFIX = lib