Touch configure.in, aclocal.m4, and configure to defeat the

autofile-generated makefile dependencies to avoid timeskew problems
caused by applying the debian source diff file.
This commit is contained in:
Theodore Ts'o 2004-01-15 03:48:08 +00:00
parent c95d90bf58
commit 089f7c01b8

1
debian/rules vendored
View File

@ -15,6 +15,7 @@ DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
build: build-stamp build: build-stamp
build-stamp: patch-stamp build-stamp: patch-stamp
dh_testdir dh_testdir
touch configure.in ; touch aclocal.m4 ; touch configure
./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man ./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man
$(MAKE) CFLAGS="$(CFLAGS)" $(MAKE) CFLAGS="$(CFLAGS)"
touch build-stamp touch build-stamp