From 8bb0f4db7dddcfe909c3497edc28a0246e1b4b45 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Mon, 25 Aug 2008 23:45:06 +0200 Subject: [PATCH] Makefile: add ChangeLog target as a prerequisite to the package-macosx target --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5c9babbd9a..c42b593cbc 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)/" ; \ -- 2.39.2