From fc928abdc536e1f8063d8d814bbddda4f8d1b135 Mon Sep 17 00:00:00 2001 From: vorlon Date: Mon, 20 Aug 2007 01:01:19 +0000 Subject: Remember to make the quilt patch target a dependency of the configure target, hee --- rules | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'rules') diff --git a/rules b/rules index 908c7b5d..a6bf546a 100755 --- a/rules +++ b/rules @@ -40,7 +40,7 @@ build-stamp: configure-stamp touch build-stamp -configure: configure-stamp +configure: patch configure-stamp configure-stamp: touch $(BUILD_TREE)/configure @@ -52,7 +52,9 @@ configure-stamp: touch configure-stamp -clean: +clean: clean-patched unpatch + +clean-patched: dh_testdir dh_testroot touch $(BUILD_TREE)/configure @@ -149,4 +151,4 @@ module_check: done binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +.PHONY: build clean binary-indep binary-arch binary patch unpatch install configure -- cgit v1.2.3