[vlc-devel] commit: Makefile: add ChangeLog target as a prerequisite to the package-macosx target ( Derk-Jan Hartman )
git version control
git at videolan.org
Mon Aug 25 23:45:12 CEST 2008
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Mon Aug 25 23:45:06 2008 +0200| [8bb0f4db7dddcfe909c3497edc28a0246e1b4b45] | committer: Derk-Jan Hartman
Makefile: add ChangeLog target as a prerequisite to the package-macosx target
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8bb0f4db7dddcfe909c3497edc28a0246e1b4b45
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 5c9babb..c42b593 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -976,7 +976,7 @@ package-beos:
# Clean up
rm -Rf $(srcdir)/tmp
-package-macosx: VLC-release.app
+package-macosx: VLC-release.app ChangeLog
# Check that the temporary location isn't in the way
@if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
More information about the vlc-devel
mailing list