[vlc-devel] commit: Fix build dependency order ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Jul 2 17:32:41 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Jul  2 18:34:30 2008 +0300| [7a222c980f5aef7fc87b1a2ccf1148c5d5dfb54d]

Fix build dependency order

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

 Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 42e77b9..19eae1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -844,18 +844,18 @@ if BUILD_OSDMENU
 	done
 endif
 
-package-win-common-strip:
-	$(STRIP) "$(top_builddir)/vlc-$(VERSION)/vlc$(EXEEXT)"
+package-win-common-strip: package-win32-base-debug
+	$(STRIP) "vlc-$(VERSION)/vlc$(EXEEXT)"
 	$(STRIP) "vlc-$(VERSION)/libvlccore$(LIBEXT)"
 	$(STRIP) "vlc-$(VERSION)/libvlc$(LIBEXT)"
 if BUILD_MOZILLA
-	$(STRIP) $(top_builddir)/vlc-$(VERSION)/mozilla/npvlc$(LIBEXT);
+	$(STRIP) "vlc-$(VERSION)/mozilla/npvlc$(LIBEXT)"
 endif
 if BUILD_ACTIVEX
-	$(STRIP) $(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT);
+	$(STRIP) "vlc-$(VERSION)/activex/axvlc$(LIBEXT)"
 endif
 
-package-win32-base: package-win32-base-debug package-win-common-strip
+package-win32-base: package-win-common-strip
 	for i in "" $(top_builddir)/vlc-$(VERSION)/plugins/*$(LIBEXT) ; \
 	  do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
 




More information about the vlc-devel mailing list