From 2310963d9e0839bccca51cb846a7236e4798b72d Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Thu, 2 Mar 2006 23:40:17 +0000 Subject: [PATCH] explicit hack. please underage hackers do not look fix lame --- extras/contrib/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index fae014d85a..bd49fb8ad2 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -784,6 +784,7 @@ lame-$(LAME_VERSION).tar.gz: lame: lame-$(LAME_VERSION).tar.gz $(EXTRACT_GZ) + rm -rf lame; mv lame-3.97 lame; touch lame .lame: lame (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-analyser-hooks --disable-decoder --disable-shared --disable-gtktest --disable-frontend && make && make install) -- 2.39.2