Avoid an automake complaint.
diff --git a/ChangeLog b/ChangeLog
index 421b802..b348200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* Makefile.devel (AUTOCONF, AUTOHEADER): Require version 2.61.
 	(AUTOMAKE, ACLOCAL): Require version 1.10.
+	(srclib/Makefile.in): Avoid error from automake.
 
 2007-10-26  Bruno Haible  <bruno@clisp.org>
 
diff --git a/Makefile.devel b/Makefile.devel
index 04eff19..479efee 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -77,7 +77,9 @@
 	fi
 
 srclib/Makefile.in : srclib/Makefile.am srclib/Makefile.gnulib
-	$(AUTOMAKE) --gnits srclib/Makefile
+	touch build-aux/compile \
+	&& $(AUTOMAKE) --gnits srclib/Makefile \
+	&& rm -f build-aux/compile
 
 
 include/iconv.h.build.in : include/iconv.h.in include/export.h