From: Peter Korsgaard Date: Thu, 17 Dec 2009 21:17:12 +0000 (+0100) Subject: libvorbis: remove unused cruft from pre-autotools.in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61844782067bafc334c56bd6dd8cf37ba0608923;p=buildroot.git libvorbis: remove unused cruft from pre-autotools.in The AUTOTARGETS macro handles this already. Signed-off-by: Peter Korsgaard --- diff --git a/package/multimedia/libvorbis/libvorbis.mk b/package/multimedia/libvorbis/libvorbis.mk index d8c786981a..9a060d9725 100644 --- a/package/multimedia/libvorbis/libvorbis.mk +++ b/package/multimedia/libvorbis/libvorbis.mk @@ -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