changeset 546:e7617511d3c9 trunk

[svn] Make a tweak to the build_stamp.c rule.
author nenolod
date Sat, 28 Jan 2006 17:08:53 -0800
parents 7d29b069b98a
children 2d86cb17b5af
files audacious/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/Makefile.am	Sat Jan 28 13:54:44 2006 -0800
+++ b/audacious/Makefile.am	Sat Jan 28 17:08:53 2006 -0800
@@ -94,7 +94,7 @@
 	gdk-pixbuf-csource --stream --build-list `cat build.list` > pixmaps.h
 
 build_stamp.c:
-	if [ -d .svn ] || [ ! -f build_stamp.h ]; 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'; \