diff audacious/Makefile @ 1921:57e92364c354 trunk

[svn] - add a build-prehook to ensure that the build_stamp is fresh.
author nenolod
date Mon, 30 Oct 2006 13:58:27 -0800
parents 90d95cd7edb5
children 29d90d3f9680
line wrap: on
line diff
--- a/audacious/Makefile	Mon Oct 30 13:50:51 2006 -0800
+++ b/audacious/Makefile	Mon Oct 30 13:58:27 2006 -0800
@@ -78,6 +78,12 @@
 desktop_DATA = audacious.desktop
 desktopdir = $(datadir)/applications
 
+build-prehook:
+	if [ -d .svn ]; then					\
+		rm -f build_stamp.c;				\
+		printf "%10s     %-20s\n" RM build_stamp.c;	\
+	fi
+
 build_stamp.c:
 	if [ -d .svn ] || [ ! -f build_stamp.c ]; then		\
 		( \