diff audacious/Makefile @ 2024:2f8a85fc9450 trunk

[svn] - fix conditionals for building build_stamp.c
author nenolod
date Wed, 29 Nov 2006 13:46:59 -0800
parents 327bc75fb21a
children bce766d0c0ca
line wrap: on
line diff
--- 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'; \