groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: Bug fix: Missing dependency between defs.h and config.sta


From: Bertrand Garrigues
Subject: [groff] 01/01: Bug fix: Missing dependency between defs.h and config.status.
Date: Fri, 26 Sep 2014 21:42:17 +0000

bgarrigues pushed a commit to branch automake2
in repository groff.

commit 028db2f459dbcc46875cea93c7f84c661b14c76f
Author: Bertrand Garrigues <address@hidden>
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 dc0ab66..a95a7cb 100644
--- a/src/include/include.am
+++ b/src/include/include.am
@@ -1,6 +1,6 @@
 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)\"" \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]