Apply 1 character fix for Jean-Charles BERTIN <jc.bertin@axinoe.com>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36308 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-03-08 11:56:07 +00:00
parent f31bc1f9a8
commit abba9d399a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-03-08 Jean-Charles BERTIN <jc.bertin@axinoe.com>
* TestFramework/gnustep-tests.in: Fix typo
2012-03-01 Richard Frith-Macdonald <rfm@gnu.org>
* common.make: Remove -shared-libgcc linker flag

View file

@ -349,7 +349,7 @@ build_and_run ()
# Tell glibc to check for malloc errors, and to crash if it detects
# any.
MALLOC_CHECK_=2
export MALLOC_CHECK
export MALLOC_CHECK_
# Tell GNUstep-base to check for messages sent to deallocated objects
# and crash if it happens.