]> git.sesse.net Git - vlc/commitdiff
Win32: we now depend on make install
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 3 Jul 2010 13:57:28 +0000 (15:57 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 3 Jul 2010 13:57:28 +0000 (15:57 +0200)
+ small fix

Makefile.am

index 62e969dd4f77606e05c0e730c9a7f1b2ac57ce5c..94485d5a8da751daeff5a30218d7a8dfc7f8a36b 100644 (file)
@@ -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" ; \