]> err.no Git - util-linux/commitdiff
rules: drop separate configure target
authorLaMont Jones <lamont@debian.org>
Sun, 22 Jun 2008 14:16:13 +0000 (08:16 -0600)
committerLaMont Jones <lamont@debian.org>
Sun, 22 Jun 2008 14:16:13 +0000 (08:16 -0600)
Addresses-Debian-Bug: 487497
Signed-off-by: LaMont Jones <lamont@debian.org>
debian/rules

index 7c44545eff96d41c322cfbb5886c5c25f4f32fb3..47b032e42c8672952df48f34a978e0df98c4551f 100755 (executable)
@@ -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