* modules/configmake (Makefile.am): Make configmake.h depend on
authorJim Meyering <jim@meyering.net>
Tue, 29 Aug 2006 15:50:43 +0000 (15:50 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 29 Aug 2006 15:50:43 +0000 (15:50 +0000)
Makefile.  Otherwise, a stale configmake.h could hang around.

ChangeLog
modules/configmake

index 6326da8..b093af4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 9cc2a98..8090a33 100644 (file)
@@ -23,7 +23,7 @@ Makefile.am:
 # 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)"'; \