[quake3-commits] r2057 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jun 24 19:25:31 EDT 2011


Author: thilo
Date: 2011-06-24 19:25:30 -0400 (Fri, 24 Jun 2011)
New Revision: 2057

Modified:
   trunk/Makefile
Log:
Get rid of redundancy


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2011-06-24 13:15:03 UTC (rev 2056)
+++ trunk/Makefile	2011-06-24 23:25:30 UTC (rev 2057)
@@ -621,9 +621,6 @@
 
   ifeq ($(USE_CODEC_VORBIS),1)
     CLIENT_CFLAGS += -DUSE_CODEC_VORBIS
-  endif
-
-  ifeq ($(USE_CODEC_VORBIS),1)
     CLIENT_LIBS += -lvorbisfile -lvorbis -logg
   endif
 



More information about the quake3-commits mailing list