[openssh-commits] [openssh] 01/02: Ensure config.h is always in dependencies.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Dec 12 11:18:18 AEDT 2017


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 2d96f28246938e0ca474a939d8ac82ecd0de27e3
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Mon Dec 11 16:21:55 2017 +1100

    Ensure config.h is always in dependencies.
    
    Put an empty config.h into the dependency list to ensure that it's
    always listed and consistent.
---
 Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index b679e4f6..25b57987 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -302,7 +302,10 @@ depend: depend-rebuild
 	rm -f .depend.bak
 
 depend-rebuild:
+	rm -f config.h
+	touch config.h
 	makedepend -w1000 -Y. -f .depend *.c 2>/dev/null
+	rm -f config.h
 
 depend-check: depend-rebuild
 	cmp .depend .depend.bak || (echo .depend stale && exit 1)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list