[vlc-devel] commit: Do not redo .peflags target ( Rafaël Carré )
git version control
git at videolan.org
Thu Oct 15 14:34:17 CEST 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Thu Oct 15 14:33:05 2009 +0200| [acdf0cf93f57447be88efedcf5822ffb47bef825] | committer: Rafaël Carré
Do not redo .peflags target
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acdf0cf93f57447be88efedcf5822ffb47bef825
---
extras/contrib/src/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 54e2ca3..eb74583 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2587,6 +2587,8 @@ peflags.c:
cd peflags && gcc peflags.c -o peflags
install -d $(PREFIX)/bin
cd peflags && install ./peflags $(PREFIX)/bin
+ touch $@
+
CLEAN_PKG +=peflags
# ***************************************************************************
# Some cleaning
More information about the vlc-devel
mailing list