diff audacious/Makefile @ 1986:e75d0ae4fcb9 trunk

[svn] Avoid chdir .. when creating the SVN build stamp. This way we get a valid stamp when compiling from an ebuild.
author chainsaw
date Sun, 19 Nov 2006 06:40:10 -0800
parents 9963dcd51cbb
children 327bc75fb21a
line wrap: on
line diff
--- a/audacious/Makefile	Sat Nov 18 22:27:37 2006 -0800
+++ b/audacious/Makefile	Sun Nov 19 06:40:10 2006 -0800
@@ -94,7 +94,7 @@
 			echo ' */'; \
 			echo '#include <glib.h>'; \
 			echo -n 'const gchar *svn_stamp = "'; \
-			(cd ..; svnversion -n .); \
+			(svnversion -n .); \
 			echo '";' \
 		) > build_stamp.c; \
 		printf "%10s     %-20s\n" STAMP build_stamp.c;	\