From 0f95023e9a22c087413da72ff7aa2911c9ac674d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 16 Sep 2011 14:20:15 -0400 Subject: [PATCH] install target should depend on ChangeLog too, not just install-doc --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index bed065d92..1c32cb46e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -99,7 +99,7 @@ install-doc: config.status ChangeLog exit $$?; \ done -install: config.status pre-install install-nls +install: config.status ChangeLog pre-install install-nls for d in $(SUBDIRS); \ do (cd $$d && exec $(MAKE) $@) && continue; \ exit $$?; \