summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: afc2e94)
raw | patch | inline | side by side (parent: afc2e94)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 4 Jun 2010 12:14:00 +0000 (14:14 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 4 Jun 2010 12:14:00 +0000 (14:14 +0200) |
This avoids multiple calls to configure caused by the phony target "patch".
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 4fbde9998e76cbb3b590e16a2c6d98f87813fe97..d0c619bcbaefdddc2f53bbc1f60eefc0eef6ef70 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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 \