changeset 22582:ea58da0ae02e

Remove Cygwin case from conditional, it's overridden by the Win32 case. This time without stray garbage mixed in...
author diego
date Thu, 15 Mar 2007 09:05:03 +0000
parents 7b9862d425a6
children 104d125600b2
files libdha/Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/Makefile	Thu Mar 15 09:04:11 2007 +0000
+++ b/libdha/Makefile	Thu Mar 15 09:05:03 2007 +0000
@@ -4,12 +4,8 @@
 MINOR_VERSION = 0
 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
 
-ifeq ($(TARGET_OS),CYGWIN)
-SHORTNAME = libdha.dll
-else
 SHORTNAME = libdha.so.$(MAJOR_VERSION)
 VSHORTNAME = libdha.so
-endif
 ifeq ($(TARGET_WIN32),yes)
 LIBNAME = libdha.a
 SHORTNAME = libdha.a