From 9ec86a66034d5deb76b0b61962115db7d680d68b Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 29 Jan 2007 17:18:51 +0000 Subject: [PATCH] Do not recreate config.h.in. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 428c5ec..7fb0faa 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ include /usr/share/dpatch/dpatch.make $(BUILDDIR)/config.status: configure patch dh_testdir [ -e $(BUILDDIR) ] || mkdir $(BUILDDIR) - touch aclocal.m4 configure Makefile.in + touch aclocal.m4 configure config.h.in Makefile.in cd $(BUILDDIR) && CFLAGS="$(CFLAGS)" ../../configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ -- 2.30.2