build: Use core-linklibs everywhere.
commit86532958b25618f2beecae054f1458d885eb279a
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 12 Jul 2011 15:13:49 +0000 (12 15:13 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 12 Jul 2011 15:13:49 +0000 (12 15:13 +0000)
treeb2e86351df0067d5b54ac0dac8a14ea27934de0c
parenta07a30f82ac16f303b2c22217b974d676080b147
build: Use core-linklibs everywhere.

Some places had linklibs-core, others had core-linklibs. We'll choose to use
core-linklibs, since that way if a 'core.library' was to be made in the future,
it's linklibs-core target would not be confused with the system-generic
core-linklibs target that builds all the autoinit and compiler linklibs.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@40039 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
30 files changed:
compiler/alib/mmakefile.src
compiler/arossupport/mmakefile.src
compiler/autoinit/mmakefile.src
compiler/clib/mmakefile.src
compiler/libbz2/mmakefile.src
compiler/libinit/mmakefile.src
compiler/libjpeg/mmakefile.src
compiler/mlib/mmakefile.src
compiler/startup/mmakefile.src
compiler/zlib/mmakefile.src
config/make.tmpl
rom/graphics/mmakefile.src
rom/hyperlayers/mmakefile.src
rom/intuition/mmakefile.src
rom/partition/mmakefile.src
rom/utility/mmakefile.src
tools/crosstools/mmakefile.src
workbench/libs/asl/mmakefile.src
workbench/libs/cgfx/mmakefile.src
workbench/libs/commodities/mmakefile.src
workbench/libs/datatypes/mmakefile.src
workbench/libs/diskfont/mmakefile.src
workbench/libs/gadtools/mmakefile.src
workbench/libs/icon/mmakefile.src
workbench/libs/iffparse/mmakefile.src
workbench/libs/locale/mmakefile.src
workbench/libs/muimaster/mmakefile.src
workbench/libs/muimaster/staticlib/mmakefile.src
workbench/libs/popupmenu/staticlib/mmakefile.src
workbench/libs/workbench/mmakefile.src