From 468eb97bf780ab76b2faa7af872f0168f1bbe5de Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 14 Oct 2015 02:04:51 +0100 Subject: [PATCH] Remove the redundant build-base stamp file --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 78f11b47e..58b5d88aa 100755 --- a/debian/rules +++ b/debian/rules @@ -9,11 +9,9 @@ MAKEFLAGS += $(subst parallel=,-j,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) build: build-arch build-indep -build-arch: debian/control $(STAMPS_DIR)/build-base -$(STAMPS_DIR)/build-base: $(STAMPS_DIR) +build-arch: debian/control $(STAMPS_DIR) dh_testdir $(MAKE) -f debian/rules.gen build - touch $@ build-indep: debian/control