[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 45/45: Bug fix: Missing dependency between defs.h and config.sta
From: |
Bertrand Garrigues |
Subject: |
[groff] 45/45: Bug fix: Missing dependency between defs.h and config.status. |
Date: |
Mon, 20 Oct 2014 21:40:06 +0000 |
bgarrigues pushed a commit to branch automake3
in repository groff.
commit 5b27e7cbe177e6cc92dcc5fae913a28763cd864b
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 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)\"" \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 45/45: Bug fix: Missing dependency between defs.h and config.status.,
Bertrand Garrigues <=