libvorbis: remove unused cruft from pre-autotools.in
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 17 Dec 2009 21:17:12 +0000 (22:17 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 17 Dec 2009 21:17:12 +0000 (22:17 +0100)
The AUTOTARGETS macro handles this already.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/libvorbis/libvorbis.mk

index d8c786981acfffc44e8917686d974ce83dec6e00..9a060d972593041d31c8f40c1121e6aaef67013f 100644 (file)
@@ -16,12 +16,3 @@ LIBVORBIS_CONF_OPT = --disable-oggtest
 LIBVORBIS_DEPENDENCIES = host-pkg-config libogg
 
 $(eval $(call AUTOTARGETS,package/multimedia,libvorbis))
-
-############################################################
-#
-# Toplevel Makefile options
-#
-############################################################
-ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
-TARGETS+=libvorbis
-endif