From: Jean-Baptiste Kempf Date: Wed, 30 Jul 2008 21:34:33 +0000 (-0700) Subject: Fix previous commit. Sorry (messed up with Git squash) X-Git-Tag: 0.9.0-test3~132 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1ca32753816ecba9e7fe35a78aef9d8fb2231ddd;p=vlc Fix previous commit. Sorry (messed up with Git squash) --- diff --git a/Makefile.am b/Makefile.am index 2548f51a5d..8c7d12412d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \