projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f81d072
)
libvorbis: remove unused cruft from pre-autotools.in
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 17 Dec 2009 21:17:12 +0000
(22:17 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/multimedia/libvorbis/libvorbis.mk
b/package/multimedia/libvorbis/libvorbis.mk
index d8c786981acfffc44e8917686d974ce83dec6e00..9a060d972593041d31c8f40c1121e6aaef67013f 100644
(file)
--- 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