[openssh-commits] [openssh] 01/01: revert removal of .depend before makedepend

git+noreply at mindrot.org git+noreply at mindrot.org
Wed May 13 12:02:50 AEST 2020


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

djm pushed a commit to branch master
in repository openssh.

commit 7c0bbed967abed6301a63e0267cc64144357a99a
Author: Damien Miller <djm at mindrot.org>
Date:   Wed May 13 12:01:10 2020 +1000

    revert removal of .depend before makedepend
    
    Commit 83657eac4 started removing .depend before running makedepend
    to reset the contents of .depend to a known state. Unfortunately
    this broke the depend-check step as now .depend.bak would only ever
    be created as an empty file.
    
    ok dtucker
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index cf9c9b38..275d4dd7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -350,7 +350,7 @@ depend: depend-rebuild
 	rm -f .depend.bak
 
 depend-rebuild:
-	rm -f config.h .depend
+	rm -f config.h
 	touch config.h .depend
 	makedepend -w1000 -Y. -f .depend *.c 2>/dev/null
 	(echo '# Automatically generated by makedepend.'; \

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


More information about the openssh-commits mailing list