From 1ca32753816ecba9e7fe35a78aef9d8fb2231ddd Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 30 Jul 2008 14:34:33 -0700 Subject: [PATCH] Fix previous commit. Sorry (messed up with Git squash) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5