[System.Core] Fix infinite loop in csproj-local target
commit10dd36e3a8d56700fa0bfa1dbf44fac57b614e42
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 4 Jan 2017 21:32:53 +0000 (4 22:32 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 4 Jan 2017 21:32:53 +0000 (4 22:32 +0100)
tree17b453e132ba8b32574dfada3f065281f10d5698
parent488b550ac0275c944e0a2c23be93173382084e5f
[System.Core] Fix infinite loop in csproj-local target

This was introduced in 9d5de96b0f21b3602e7489c8d63c8db3034228fe since
we would now call the csproj-local target without `intermediate`
being set which results in an infinite loop.

Overriding the target doesn't seem to be necessary anymore, so remove it.
mcs/class/System.Core/Makefile