From fe7b088de251aaef1556ebd639c65ee7dcedca83 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Fri, 24 Jun 2011 23:25:30 +0000 Subject: [PATCH] Get rid of redundancy --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 154ce18c..26ce461e 100644 --- a/Makefile +++ b/Makefile @@ -621,9 +621,6 @@ ifeq ($(PLATFORM),freebsd) ifeq ($(USE_CODEC_VORBIS),1) CLIENT_CFLAGS += -DUSE_CODEC_VORBIS - endif - - ifeq ($(USE_CODEC_VORBIS),1) CLIENT_LIBS += -lvorbisfile -lvorbis -logg endif