[vlc-devel] commit: Forgotten phony targets ( Rafaël Carré )

git version control git at videolan.org
Wed May 7 16:29:12 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed May  7 16:30:29 2008 +0200| [7b556d013fc72822b26d03158c1e5c6328be1071]

Forgotten phony targets

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

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

diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index 84e1848..bc74a3c 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -88,3 +88,5 @@ package-win32:
 # Tar it.
 	(cd tmp; tar cf - $(DISTDIR)) | bzip2 -c > contrib-`date +%Y%m%d`-win32-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-runtime-`/bin/echo -e "#include <_mingw.h>\n__MINGW32_VERSION"|$(CC) -E -|grep -v ^#|grep -v ' '`-only.tar.bz2
 	rm -rf tmp
+
+.PHONY: all clean-src clean-bin clean package-macosx package-win32




More information about the vlc-devel mailing list