mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
(DEFS): Add definition of GNUSTEP_INSTALL_PREFIX, equal to $(prefix).
This is needed by NSCharacterSet, so it knows where to find the char set data files. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1702 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3132a476b3
commit
e82b2241e7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ LEX = flex
|
||||||
LEXFLAGS =
|
LEXFLAGS =
|
||||||
YACC = bison
|
YACC = bison
|
||||||
|
|
||||||
DEFS = @DEFS@
|
DEFS = -DGNUSTEP_INSTALL_PREFIX=$(prefix) @DEFS@
|
||||||
|
|
||||||
# File name extensions
|
# File name extensions
|
||||||
OEXT = .o
|
OEXT = .o
|
||||||
|
|
Loading…
Reference in a new issue