mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
quoting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@5778 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
009c48d56e
commit
8845a1b6b5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-01-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* GNUstep.csh.in (GNUSTEP_LOCAL_ROOT): Use correct quotes.
|
||||
|
||||
Sun Jan 9 00:16:15 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile.in (install): Create directory
|
||||
|
|
|
@ -30,7 +30,7 @@ if ( ! ${?LIBRARY_COMBO} ) then
|
|||
setenv LIBRARY_COMBO @ac_cv_library_combo@
|
||||
endif
|
||||
|
||||
setenv GNUSTEP_LOCAL_ROOT '${GNUSTEP_ROOT}/Local'
|
||||
setenv GNUSTEP_LOCAL_ROOT "${GNUSTEP_ROOT}/Local"
|
||||
setenv GNUSTEP_NETWORK_ROOT
|
||||
setenv GNUSTEP_USER_ROOT ~/GNUstep
|
||||
|
||||
|
|
Loading…
Reference in a new issue