From c3e744cb77eedbf0e27514a01845491b68b6d887 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Fri, 24 Jun 2011 23:25:30 +0000 Subject: Get rid of redundancy --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 51cb7b55..a08ae70e 100644 --- a/Makefile +++ b/Makefile @@ -610,9 +610,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 -- cgit