mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
Fix header syntax in install.sh and provide default for make command
argument. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1459f45289
commit
f75821ae08
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-30 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* install.sh: Fix header syntax and provide default for make
|
||||
command argument.
|
||||
|
||||
2008-11-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* config/config.unexpected.m: Add check for objc_set_unexpected
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#/bin/sh
|
||||
#! /bin/sh
|
||||
|
||||
PREFIX=$1
|
||||
MAKE=$2
|
||||
MAKE=${2-make}
|
||||
|
||||
. $PREFIX/System/Library/Makefiles/GNUstep.sh
|
||||
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
|
||||
|
|
Loading…
Reference in a new issue