From 7ac790cc5141edf10236689d45ccf1b23770758b Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Sat, 19 Oct 2024 18:37:28 +0800 Subject: [PATCH] ... --- plat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/Makefile b/plat/Makefile index cc08482..89330f4 100644 --- a/plat/Makefile +++ b/plat/Makefile @@ -14,7 +14,7 @@ $(PLATMODULELIST): @echo "====================== make $@ =======================" @cd $(PLATDIR)/$@ && $(MAKE) @if [ $@ = "iptrans" ]; then \ - cd $(PLATDIR)/$@ + cd $(PLATDIR)/$@; \ ./mkiptrans.sh; \ cp -f ./iptrans $(BINDIR); \ fi