diff audacious/Makefile @ 1923:3643a4136f0f trunk

[svn] - only rm -f the build stamp if needed.
author nenolod
date Mon, 30 Oct 2006 14:03:15 -0800
parents 29d90d3f9680
children 9963dcd51cbb
line wrap: on
line diff
--- a/audacious/Makefile	Mon Oct 30 14:01:32 2006 -0800
+++ b/audacious/Makefile	Mon Oct 30 14:03:15 2006 -0800
@@ -79,7 +79,7 @@
 desktopdir = $(datadir)/applications
 
 build-prehook:
-	if [ -d .svn ]; then					\
+	if [ -d .svn ] && [ -f build_stamp.c ]; then		\
 		rm -f build_stamp.c;				\
 		printf "%10s     %-20s\n" RM build_stamp.c;	\
 	fi