From e82b2241e7c2a7fe6353a2e37a50830a35fbb199 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Sat, 7 Sep 1996 17:37:30 +0000 Subject: [PATCH] (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 --- Source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index a9786c971..3aec7c941 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -49,7 +49,7 @@ LEX = flex LEXFLAGS = YACC = bison -DEFS = @DEFS@ +DEFS = -DGNUSTEP_INSTALL_PREFIX=$(prefix) @DEFS@ # File name extensions OEXT = .o