mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24610 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
852c9e219f
commit
2bfa29dd89
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-16 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* filesystem.csh.in: Fixed typo (GNUSTEP_SYSTEM_ROOT instead of
|
||||
GNUSTEP_SYSTEM_APPS).
|
||||
|
||||
2007-02-16 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Instance/Documentation/latex.make: Add correct extension to target.
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#
|
||||
# SYSTEM domain
|
||||
#
|
||||
if ( ! ${?GNUSTEP_SYSTEM_ROOT} ) then
|
||||
if ( ! ${?GNUSTEP_SYSTEM_APPS} ) then
|
||||
setenv GNUSTEP_SYSTEM_APPS "@GNUSTEP_SYSTEM_APPS@"
|
||||
endif
|
||||
if ( ! ${?GNUSTEP_SYSTEM_TOOLS} ) then
|
||||
|
|
Loading…
Reference in a new issue