mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Do not hardcode GNUSTEP_USER_PATH here - done in configure; convert it
on windows git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
74f36ebe93
commit
0d92bd1635
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ setenv GNUSTEP_LOCAL_ROOT @GNUSTEP_LOCAL_ROOT@
|
|||
setenv GNUSTEP_NETWORK_ROOT @GNUSTEP_NETWORK_ROOT@
|
||||
setenv GNUSTEP_USER_ROOT @GNUSTEP_USER_ROOT@
|
||||
|
||||
if ( "${GNUSTEP_USER_ROOT}" == "" ) then
|
||||
setenv GNUSTEP_USER_ROOT ~/GNUstep
|
||||
if ( "${?WINDIR}" ) then
|
||||
setenv GNUSTEP_USER_ROOT `echo ${GNUSTEP_USER_ROOT} | tr '\\' '/'`
|
||||
endif
|
||||
|
||||
setenv GNUSTEP_MAKEFILES ${GNUSTEP_SYSTEM_ROOT}/Makefiles
|
||||
|
|
Loading…
Reference in a new issue