[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:44:13 CEST 2008


vlc | branch: 0.9-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Mon Aug 25 23:45:06 2008 +0200| [421a70be2e516655c63096a27c7d63e45b8c2082] | 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=421a70be2e516655c63096a27c7d63e45b8c2082
---

 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