mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Include config.mak in main dir
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18399 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3aed9afeb7
commit
9ea29bc91f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-01-12 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* SSL/GNUmakefile: Include ../config.mak
|
||||
|
||||
2004-01-12 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/Makefile.preamble: Add library depends for baseadd
|
||||
|
@ -5,7 +9,7 @@
|
|||
* Source/Additions/GSObjCRuntime.m: Define -methodForSelector:
|
||||
since Apple doesn't.
|
||||
* Source/Additions/GSXML.m: Idem as well as GSXPathObject method.
|
||||
Change warnings varialbe to NSHashTable*.
|
||||
Change warnings variable to NSHashTable*.
|
||||
|
||||
* Tools/AGSHtml.m ([AGSHtml -outputNode:to:]): Change name
|
||||
of block variable to avoid clash
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
-include ../config.mak
|
||||
-include config.mak
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
|
|
Loading…
Reference in a new issue