Makefile. Otherwise, a stale configmake.h could hang around.
+2006-08-29 Jim Meyering <jim@meyering.net>
+
+ * modules/configmake (Makefile.am): Make configmake.h depend on
+ Makefile. Otherwise, a stale configmake.h could hang around.
+
2006-08-29 Bruno Haible <bruno@clisp.org>
* modules/localcharset (Depends-on): Add configmake.
# Another advantage is that 'make' output is shorter.
#
# Listed in the same order as the GNU makefile conventions.
-configmake.h:
+configmake.h: Makefile
( \
echo '#define PREFIX "$(prefix)"'; \
echo '#define EXEC_PREFIX "$(exec_prefix)"'; \