diff --git a/plat/Makefile b/plat/Makefile index 75be1f4..4ad5da9 100644 --- a/plat/Makefile +++ b/plat/Makefile @@ -14,7 +14,7 @@ $(PLATMODULELIST): @echo "====================== make $@ =======================" @cd $(PLATDIR)/$@ && $(MAKE) @if [ $@ = "iptrans" ]; then \ - ./generate_iptrans; \ + ./mkiptrans.sh; \ cp -f ./iptrans $(BINDIR); \ fi @cd -