(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:
Andrew McCallum 1996-09-07 17:37:30 +00:00
parent 3132a476b3
commit e82b2241e7

View file

@ -49,7 +49,7 @@ LEX = flex
LEXFLAGS =
YACC = bison
DEFS = @DEFS@
DEFS = -DGNUSTEP_INSTALL_PREFIX=$(prefix) @DEFS@
# File name extensions
OEXT = .o