Fixed typo in ChangeLog entry

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28153 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2009-03-30 07:55:53 +00:00
parent 44e3a6e5cd
commit 79258a2351

View file

@ -12,7 +12,7 @@
2009-03-24 Nicola Pero <nicola.pero@meta-innovation.com>
Fixed compiling software that contain both C/ObjC and C++/ObjC++
Fixed compiling software that contains both C/ObjC and C++/ObjC++
files: use CC to compile C and ObjC files even if CXX is used to
link. (Problem reported by Riccardo Mottola <multix@gmail.com>).
* target.make: Replaced CC with LD everywhere it is used to link -