From 4ae42849bff1db75f8bdd8b51a75fd0de385db08 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sun, 22 Jun 2008 08:16:13 -0600 Subject: [PATCH] rules: drop separate configure target Addresses-Debian-Bug: 487497 Signed-off-by: LaMont Jones --- debian/rules | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/rules b/debian/rules index 7c44545e..47b032e4 100755 --- a/debian/rules +++ b/debian/rules @@ -40,15 +40,10 @@ ifneq ($(DISTRO),Debian) CONFOPTS += --with-fsprobe=volume_id endif -configure: configure-stamp -configure-stamp: - dh_testdir - ./configure $(CONFOPTS) $(CROSS) - touch configure-stamp - -build: configure-stamp build-stamp +build: build-stamp build-stamp: dh_testdir + ./configure $(CONFOPTS) $(CROSS) $(MAKE) all CPU=$(arch) arch=$(arch) touch build-stamp @@ -65,7 +60,7 @@ clean-preunpatch: clean: clean-preunpatch find . -name \*.o -exec rm {} \; - rm -f build-stamp configure-stamp + rm -f build-stamp install: build dh_testdir -- 2.39.5