[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force Render SVN commit: r84 - trunk/renderproto-0.9.2/debian



Author: dnusinow
Date: 2005-12-27 01:51:37 -0500 (Tue, 27 Dec 2005)
New Revision: 84

Modified:
   trunk/renderproto-0.9.2/debian/rules
Log:
Make the build not repeat itself due to stupid target deps

Modified: trunk/renderproto-0.9.2/debian/rules
===================================================================
--- trunk/renderproto-0.9.2/debian/rules	2005-12-27 03:42:01 UTC (rev 83)
+++ trunk/renderproto-0.9.2/debian/rules	2005-12-27 06:51:37 UTC (rev 84)
@@ -4,19 +4,19 @@
 
 include debian/xsfbs/xsfbs.mk
 
-configure: configure-stamp 
-configure-stamp: patch
+configure: patch configure-stamp 
+configure-stamp:
 	./configure --prefix=/usr --includedir=/usr/X11R6/include
 	touch $@
 
-clean: configure-stamp xsfclean
+clean: xsfclean
 	dh_testdir
 	dh_testroot
 	$(MAKE) distclean
 	dh_clean build-stamp configure-stamp
 
-build: build-stamp
-build-stamp: configure-stamp 
+build: configure build-stamp
+build-stamp:
 	dh_testdir
 	$(MAKE)
 	touch $@



Reply to: