From 3743a7be4f37c0794f4e14a6fff0e67385341d54 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Tue, 18 Apr 2023 20:17:22 -0700 Subject: [PATCH] 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 - -