From fcf64ba0ace1bb76c6e00ca7d0c7cf7f9bebe628 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 12 Jan 2015 10:40:00 -0500 Subject: RT3548: Remove some unsupported platforms. This commit removes NCR, Tandem, Cray. Regenerates TABLE. Removes another missing BEOS fluff. The last platform remaining on this ticket is WIN16. Reviewed-by: Richard Levitte --- engines/Makefile | 1 - engines/ccgost/Makefile | 1 - 2 files changed, 2 deletions(-) (limited to 'engines') diff --git a/engines/Makefile b/engines/Makefile index 455c1d9484..ffd36f0ac5 100644 --- a/engines/Makefile +++ b/engines/Makefile @@ -111,7 +111,6 @@ install: cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \ else \ case "$(CFLAGS)" in \ - *DSO_BEOS*) sfx=".so";; \ *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \ *DSO_DL*) sfx=".sl";; \ *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \ diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile index be9a134d42..c44b704553 100644 --- a/engines/ccgost/Makefile +++ b/engines/ccgost/Makefile @@ -52,7 +52,6 @@ install: cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ else \ case "$(CFLAGS)" in \ - *DSO_BEOS*) sfx=".so";; \ *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \ *DSO_DL*) sfx=".sl";; \ *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \ -- cgit v1.2.3