summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 498bf61)
raw | patch | inline | side by side (parent: 498bf61)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 29 Jan 2007 17:09:59 +0000 (17:09 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 29 Jan 2007 17:09:59 +0000 (17:09 +0000) |
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 01227dca4d6617e1133765f7700f201d9f5e00d3..428c5ec80f42e0d3929952962784d31281a4ddcd 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
include /usr/share/dpatch/dpatch.make
-$(BUILDDIR)/config.status: configure
+$(BUILDDIR)/config.status: configure patch
dh_testdir
[ -e $(BUILDDIR) ] || mkdir $(BUILDDIR)
+ touch aclocal.m4 configure Makefile.in
cd $(BUILDDIR) && CFLAGS="$(CFLAGS)" ../../configure \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
build: build-stamp
-build-stamp: $(BUILDDIR)/config.status patch
+build-stamp: $(BUILDDIR)/config.status
dh_testdir
$(MAKE) -C $(BUILDDIR)