git: 3743a7be4f37 - main - Just ensure all target exists

From: Simon J. Gerraty <sjg_at_FreeBSD.org>
Date: Wed, 19 Apr 2023 03:17:53 UTC
The branch main has been updated by sjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=3743a7be4f37c0794f4e14a6fff0e67385341d54

commit 3743a7be4f37c0794f4e14a6fff0e67385341d54
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2023-04-19 03:17:22 +0000
Commit:     Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2023-04-19 03:17:22 +0000

    Just ensure all target exists
---
 targets/pseudo/Makefile.inc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/targets/pseudo/Makefile.inc b/targets/pseudo/Makefile.inc
index 40f3828ec7d4..e5dd42ae26ae 100644
--- a/targets/pseudo/Makefile.inc
+++ b/targets/pseudo/Makefile.inc
@@ -5,9 +5,4 @@
 
 UPDATE_DEPENDFILE= no
 
-.if !target(all)
 all:
-	@echo Done!
-.endif
-
-