mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Small cross compilcation change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19918 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5d6f918817
commit
a49139e03c
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-08-25 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Tools/make_strings/GNUmakefile: Include config.mak to be
|
||||
consistent with the other base makefiles. Without this cross
|
||||
compliation failed for this subproject.
|
||||
|
||||
2004-08-24 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* Source/NSScanner.m: Define _GNU_SOURCE before including other
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include ../../config.mak
|
||||
|
||||
VERSION = 0.4.2
|
||||
PACKAGE_NAME = make_strings
|
||||
|
|
Loading…
Reference in a new issue