[vlc-devel] commit: Fix previous commit. Sorry (messed up with Git squash) ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jul 30 23:32:22 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul 30 14:34:33 2008 -0700| [1ca32753816ecba9e7fe35a78aef9d8fb2231ddd]
Fix previous commit. Sorry (messed up with Git squash)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ca32753816ecba9e7fe35a78aef9d8fb2231ddd
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2548f51..8c7d124 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 \
More information about the vlc-devel
mailing list