[vlc-commits] commit: Win32: we now depend on make install (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sat Jul 3 15:57:35 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul  3 15:57:28 2010 +0200| [e1e5b556c7907f6372263c0869381b30fdbb43a7] | committer: Jean-Baptiste Kempf 

Win32: we now depend on make install

+ small fix

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

 Makefile.am |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 62e969d..94485d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -705,7 +705,7 @@ win32_http_destdir=$(win32_destdir)/http
 destdir=_win32
 
 #Win-common is for win32 and wince
-package-win-common:
+package-win-common: install
 # Check that tmp isn't in the way
 	@if test -e "$(win32_destdir)"; then \
 	    echo "Error: please remove $(win32_destdir), it is in the way"; \
@@ -837,9 +837,8 @@ endif
 
 # Strip DLLs
 package-win-common-strip: package-win-common
-	find $(win32_destdir) -name '*$(LIBEXT)' -or -name "*$(EXEEXT) | while read i; \
-	do \
-	  if test -n "$$i" ; then \
+	find $(win32_destdir) -name '*$(LIBEXT)' -or -name '*$(EXEEXT)' | while read i; \
+	do if test -n "$$i" ; then \
 	    $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
 	    $(OBJCOPY) --strip-all "$$i" ; \
 	    $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \



More information about the vlc-commits mailing list