libvorbis: remove unused cruft from pre-autotools.in

The AUTOTARGETS macro handles this already.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2009-12-17 22:17:12 +01:00
parent f81d072f15
commit 6184478206

View 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