From 5ed5b18cd01a6c8dba98877bb8a84a03e92ee058 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 15 Mar 2007 09:05:03 +0000 Subject: Remove Cygwin case from conditional, it's overridden by the Win32 case. This time without stray garbage mixed in... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22600 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libdha') diff --git a/libdha/Makefile b/libdha/Makefile index f63d30c940..a01bdf63de 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -4,12 +4,8 @@ MAJOR_VERSION = 1 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 -- cgit v1.2.3