]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
revert removal of .depend before makedepend
authorDamien Miller <djm@mindrot.org>
Wed, 13 May 2020 02:01:10 +0000 (12:01 +1000)
committerDamien Miller <djm@mindrot.org>
Wed, 13 May 2020 02:01:10 +0000 (12:01 +1000)
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

index cf9c9b38dbdba5fc13438311c8db59f4c618d8af..275d4dd78d53665e72efd17ed88734335cd20b4b 100644 (file)
@@ -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.'; \