From 6d927d76c468217c58aac02b04151dcbcd09e167 Mon Sep 17 00:00:00 2001 From: Bertrand Garrigues Date: Fri, 26 Sep 2014 23:33:02 +0200 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/include.am b/src/include/include.am index 5388d49a4..85187911e 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)\"" \ -- cgit v1.2.1