Updated makefiles and patch scripts to work for Mac OS X
This commit is contained in:
parent
ca938a0909
commit
9902c7cb83
1 changed files with 5 additions and 2 deletions
7
external/glibc/makefile.mk
vendored
7
external/glibc/makefile.mk
vendored
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.2 $
|
||||
# $Revision: 1.3 $
|
||||
#
|
||||
# last change: $Author: csaba.borbola $ $Date: 2000-09-22 18:23:26 $
|
||||
# last change: $Author: pluby $ $Date: 2000-10-18 20:19:51 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -71,6 +71,9 @@ patchsuffix=sh
|
|||
.IF "$(OS)" == "SOLARIS"
|
||||
patchsuffix=sh
|
||||
.ENDIF
|
||||
.IF "$(OS)" == "MACOSX"
|
||||
patchsuffix=sh
|
||||
.ENDIF
|
||||
|
||||
ALL: patchinf \
|
||||
ALLTAR
|
||||
|
|
Loading…
Reference in a new issue