]> git.sesse.net Git - vlc/commitdiff
Fix previous commit. Sorry (messed up with Git squash)
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Jul 2008 21:34:33 +0000 (14:34 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Jul 2008 21:34:33 +0000 (14:34 -0700)
Makefile.am

index 2548f51a5d12a7159051c44aca44a88e4156ed50..8c7d12412d234ce60dfd7f70eddf30eb6df66767 100644 (file)
@@ -878,7 +878,7 @@ package-win32-base: package-win-common-strip
 
 package-win32-base-exe: package-win32-base
 # Create package
-    rm -Rf $(win32_destdir)/sdk
+       rm -Rf $(win32_destdir)/sdk
        if makensis -VERSION >/dev/null 2>&1; then \
            MAKENSIS="makensis"; \
        elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \