changeset 26922:ec4a142e264c

* modules/configmake (Makefile.am): Make configmake.h depend on Makefile. Otherwise, a stale configmake.h could hang around.
author Jim Meyering <jim@meyering.net>
date Tue, 29 Aug 2006 15:50:43 +0000
parents 4c5d6e0e28be
children 5d475890788a
files ChangeLog modules/configmake
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 29 15:44:02 2006 +0000
+++ b/ChangeLog	Tue Aug 29 15:50:43 2006 +0000
@@ -1,3 +1,8 @@
+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.
--- a/modules/configmake	Tue Aug 29 15:44:02 2006 +0000
+++ b/modules/configmake	Tue Aug 29 15:50:43 2006 +0000
@@ -23,7 +23,7 @@
 # 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)"'; \