isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit f63dfbd30103a08a5023bac3d9d3e18f2563b843
parent 3d0d729ea9c15ff5396bf379a5a03d2f0be9db1f
Author: Theodore Ts'o <tytso@users.sf.net>
Date:   Fri, 16 Jan 2004 06:24:21 +0000

Touch Makefile.am and Makefile.in in debia/rules, to avoid timeskew problems.

Diffstat:
Mdebian/rules | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules @@ -15,7 +15,8 @@ DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) build: build-stamp build-stamp: patch-stamp dh_testdir - touch configure.in ; touch aclocal.m4 ; touch configure + touch configure.in ; touch Makefile.am ; touch aclocal.m4 + touch Makefile.in ; touch configure ./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man $(MAKE) CFLAGS="$(CFLAGS)" touch build-stamp