From 3618b2d65613cc048935fd148e263b376c759e16 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 4 Jun 2010 14:14:00 +0200 Subject: [PATCH] rules: Use $(DPATCH_STAMPFN) rather than "patch". This avoids multiple calls to configure caused by the phony target "patch". --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4fbde99..d0c619b 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ endif include /usr/share/dpatch/dpatch.make -$(BUILDDIR)/config.status: configure patch +$(BUILDDIR)/config.status: configure $(DPATCH_STAMPFN) dh_testdir [ -e $(BUILDDIR) ] || mkdir $(BUILDDIR) cd $(BUILDDIR) && CFLAGS="$(CFLAGS)" ../../configure \ -- 2.30.2