summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile1
-rw-r--r--engines/ccgost/Makefile1
2 files changed, 0 insertions, 2 deletions
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=;; \