[gnumeric] win32: protect the build directories a bit.



commit 3f18770d615733bf1670e5310b4493b3771ef345
Author: Morten Welinder <terra gnome org>
Date:   Mon Jul 26 20:13:39 2010 -0400

    win32: protect the build directories a bit.

 tools/ChangeLog         |    7 ++++++-
 tools/win32/Makefile.am |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 0befc35..483a5ac 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,6 +1,11 @@
+2010-07-26  Morten Welinder <terra gnome org>
+
+	* win32/Makefile.am: Don't delete "debug" and "release" and a
+	simple "make clean".
+
 2010-06-30  Andreas J. Guelzow <aguelzow pyrshep ca>
 
-	* handle-conf-options: add max & min for 
+	* handle-conf-options: add max & min for
 	  /apps/gnumeric/searchreplace/scope,
 	  /apps/gnumeric/searchreplace/error-behaviour
 	  /apps/gnumeric/searchreplace/regex
diff --git a/tools/win32/Makefile.am b/tools/win32/Makefile.am
index d4fe9a8..5bb090e 100755
--- a/tools/win32/Makefile.am
+++ b/tools/win32/Makefile.am
@@ -8,7 +8,7 @@ debug:: all
 release:: all
 	$(abs_srcdir)/build $(abs_builddir) $(abs_srcdir) release
 
-clean:
+distclean:
 	rm -rf debug release
 
 EXTRA_DIST = gnumeric.nsi.in gtkrc moduleset.in \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]