Remove install-core target.

This commit is contained in:
Paul Chote
2020-09-01 11:02:44 +01:00
committed by teinarss
parent 8a9b5e7e01
commit b03ab1212f
3 changed files with 16 additions and 27 deletions

View File

@@ -70,7 +70,9 @@ function build_platform()
make clean
make core "${TARGETPLATFORM}" "${IS_WIN32}"
make version VERSION="${TAG}"
make install-core "${TARGETPLATFORM}" gameinstalldir="" DESTDIR="${BUILTDIR}"
make install-engine "${TARGETPLATFORM}" gameinstalldir="" DESTDIR="${BUILTDIR}"
make install-common-mod-files gameinstalldir="" DESTDIR="${BUILTDIR}"
make install-default-mods gameinstalldir="" DESTDIR="${BUILTDIR}"
make install-dependencies "${TARGETPLATFORM}" gameinstalldir="" DESTDIR="${BUILTDIR}"
popd > /dev/null || exit 1