From b31ca020c67f1b2c1b117921eed5e67e14910a0c Mon Sep 17 00:00:00 2001 From: wl Date: Sun, 4 Jan 2009 12:34:16 +0000 Subject: * Makefile.in (dist): Don't use soft links but copy files to preserve the file's time stamps. * Makefile.sub (configure): Remove `autom4te.cache'. --- Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sub') diff --git a/Makefile.sub b/Makefile.sub index 099dadcb..01505150 100644 --- a/Makefile.sub +++ b/Makefile.sub @@ -43,7 +43,7 @@ M4MACROS = \ distfiles: configure $(srcdir)/configure: configure.ac $(srcdir)/aclocal.m4 - cd $(srcdir) && autoconf + cd $(srcdir) && autoconf && rm -rf autom4te.cache $(srcdir)/aclocal.m4: $(M4MACROS) cd $(srcdir) && aclocal -I m4 -- cgit v1.2.1