bgarrigues pushed a commit to branch automake3
in repository groff.

commit 5b27e7cbe177e6cc92dcc5fae913a28763cd864b
Author: Bertrand Garrigues <[email protected]>
Date:   Fri Sep 26 23:33:02 2014 +0200

    Bug fix: Missing dependency between defs.h and config.status.
    
    After a full build, if configure was re-invoked with a different
    prefix, defs.h was not regenerated and groff and other binaries not
    recompiled (thus still using the old prefix).
---
 src/include/include.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/include/include.am b/src/include/include.am
index 5388d49..8518791 100644
--- a/src/include/include.am
+++ b/src/include/include.am
@@ -22,7 +22,7 @@
 
 nodist_noinst_HEADERS = defs.h
 CLEANFILES += defs.h
-defs.h:
+defs.h: config.status
        @$(SHELL) $(top_srcdir)/gendef.sh defs.h \
        "PROG_PREFIX=\"$(g)\"" \
        "DEVICE=\"$(DEVICE)\"" \

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to