os/debian/rules
changeset 5356 0d5d19f88ad1
parent 3170 3740e285e4df
child 5481 c194404a46b0
--- a/os/debian/rules	Thu Dec 21 14:23:47 2006 +0000
+++ b/os/debian/rules	Thu Dec 21 14:44:19 2006 +0000
@@ -16,8 +16,8 @@
 	touch configure-stamp
 
 
-build: build-stamp
-build-stamp: configure-stamp
+build: configure build-stamp
+build-stamp:
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -38,12 +38,12 @@
 	-$(MAKE) clean
 	rm Makefile.config || true
 
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 
 	# Add here commands to install the package into debian/openttd.
@@ -85,4 +85,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install configure patch