mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed bug introduced by last changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21816 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b4fc9cdc93
commit
c490016f73
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-10-13 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile.in (GNUSTEP_CONFIG_FILE): Fixed replacing this variable.
|
||||
|
||||
2005-10-13 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* configure.ac: Added --with-user-config-file, --with-user-dir,
|
||||
|
|
|
@ -33,7 +33,7 @@ include config.make
|
|||
# install special_prefix=/var/tmp/gnustep-make'
|
||||
special_prefix =
|
||||
|
||||
GNUSTEP_CONFIG_FILE = $(special_prefix)@gnustep_config_file@
|
||||
GNUSTEP_CONFIG_FILE = $(special_prefix)@GNUSTEP_CONFIG_FILE@
|
||||
GNUSTEP_CONFIG_FILE_DIR = $(dir $(GNUSTEP_CONFIG_FILE))
|
||||
GNUSTEP_SYSTEM_ROOT = $(special_prefix)@GNUSTEP_SYSTEM_ROOT@
|
||||
GNUSTEP_LOCAL_ROOT = $(special_prefix)@GNUSTEP_LOCAL_ROOT@
|
||||
|
|
Loading…
Reference in a new issue