[vlc-devel] commit: contrib libass: fix clean of libass target (Derk-Jan Hartman )
git version control
git at videolan.org
Sat Aug 9 02:21:05 CEST 2008
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Tue Aug 5 00:52:09 2008 +0200| [268c8216f06d73a7be27982a2f685a43df94c5bc] | committer: Derk-Jan Hartman
contrib libass: fix clean of libass target
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=268c8216f06d73a7be27982a2f685a43df94c5bc
---
extras/contrib/src/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 601f3bd..1252e18 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2453,9 +2453,9 @@ endif
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
touch $@
-CLEAN_FILE += .schroedinger
-CLEAN_PKG += schroedinger
-DISTCLEAN_PKG += schroedinger-$(SCHROED_VERSION).tar.gz
+CLEAN_FILE += .libass
+CLEAN_PKG += libass
+DISTCLEAN_PKG += libass-$(ASS_VERSION).tar.bz2
# ***************************************************************************
More information about the vlc-devel
mailing list