[vlc-devel] commit: contrib: fix typo with files to clean (Pierre Ynard )

git version control git at videolan.org
Thu Nov 12 03:21:38 CET 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Nov 12 03:18:58 2009 +0100| [050b995e8376d21f7e4b194c9ee104e7341a1c4c] | committer: Pierre Ynard 

contrib: fix typo with files to clean

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=050b995e8376d21f7e4b194c9ee104e7341a1c4c
---

 extras/contrib/src/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index eaf1859..53f2381 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2587,7 +2587,7 @@ xcb-util: xcb-util-$(XCB_UTIL_VERSION).tar.bz2
 	cd $< && make install
 	touch $@
 
-CLEAN_FILES += .xcb-util .xcb
+CLEAN_FILE += .xcb-util .xcb
 CLEAN_PKG += xcb-util xcb
 DISTCLEAN_PKG += xcb-util-$(XCB_UTIL_VERSION).tar.bz2 libxcb-$(XCB_VERSION).tar.bz2
 
@@ -2606,7 +2606,7 @@ peflags/peflags.c:
 	touch $@
 
 CLEAN_PKG += peflags
-CLEAN_FILES += .peflags
+CLEAN_FILE += .peflags
 
 # ************
 # Regex




More information about the vlc-devel mailing list