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