changeset 2024:2f8a85fc9450 trunk

[svn] - fix conditionals for building build_stamp.c
author nenolod
date Wed, 29 Nov 2006 13:46:59 -0800
parents e5c5759fc3df
children 73471758fc71
files ChangeLog audacious/Makefile
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 29 13:09:07 2006 -0800
+++ b/ChangeLog	Wed Nov 29 13:46:59 2006 -0800
@@ -1,3 +1,11 @@
+2006-11-29 21:09:07 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3041]
+  - seeking by keypad should seek 5s, not 1s. closes #673.
+  
+  trunk/audacious/mainwin.c |    4 ++--
+  1 file changed, 2 insertions(+), 2 deletions(-)
+
+
 2006-11-29 20:58:35 +0000  William Pitcock <nenolod@nenolod.net>
   revision [3039]
   - add le_vert to credits (he will need to accent his letters, though)
--- a/audacious/Makefile	Wed Nov 29 13:09:07 2006 -0800
+++ b/audacious/Makefile	Wed Nov 29 13:46:59 2006 -0800
@@ -85,7 +85,7 @@
 	fi
 
 build_stamp.c:
-	if [ -d .svn ] || [ ! -f build_stamp.c ]; then		\
+	if [ -d .svn ] && [ ! -f build_stamp.c ]; then		\
 		( \
 			echo '/* SVN repository version.'; \
 			echo ' * This auto-generated file must not be included in SVN; but must'; \