From: Sebastian Harl Date: Fri, 4 Jun 2010 12:14:00 +0000 (+0200) Subject: rules: Use $(DPATCH_STAMPFN) rather than "patch". X-Git-Tag: fusedav-0.2-3~2 X-Git-Url: https://git.tokkee.org/?p=pkg-fusedav.git;a=commitdiff_plain;h=3618b2d65613cc048935fd148e263b376c759e16 rules: Use $(DPATCH_STAMPFN) rather than "patch". This avoids multiple calls to configure caused by the phony target "patch". --- 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 \