Plats which use aelflod need to depend on it.

This commit is contained in:
David Given 2016-11-26 12:07:08 +01:00
parent dff67447fe
commit a9a0b37b14
3 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ return installable {
["$(PLATDEP)/linux386/as"] = "+as",
["$(PLATDEP)/linux386/ncg"] = "+ncg",
["$(PLATIND)/descr/linux386"] = "./descr",
"util/amisc+aelflod-pkg",
"util/opt+pkg",
}
}

View file

@ -16,6 +16,7 @@ return installable {
["$(PLATDEP)/linux68k/as"] = "+as",
["$(PLATDEP)/linux68k/ncg"] = "+ncg",
["$(PLATIND)/descr/linux68k"] = "./descr",
"util/amisc+aelflod-pkg",
"util/opt+pkg",
}
}

View file

@ -28,6 +28,7 @@ return installable {
["$(PLATDEP)/linuxppc/mcg"] = "+mcg",
["$(PLATDEP)/linuxppc/top"] = "+top",
["$(PLATIND)/descr/linuxppc"] = "./descr",
"util/amisc+aelflod-pkg",
"util/opt+pkg",
}
}