The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=3743a7be4f37c0794f4e14a6fff0e67385341d54
commit 3743a7be4f37c0794f4e14a6fff0e67385341d54 Author: Simon J. Gerraty <[email protected]> AuthorDate: 2023-04-19 03:17:22 +0000 Commit: Simon J. Gerraty <[email protected]> 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 - -
