diff options
author | Patrick Luby <pluby@openoffice.org> | 2000-10-18 19:19:51 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2000-10-18 19:19:51 +0000 |
commit | 9902c7cb83ac0be006e252979c1ee07a0a1c58d8 (patch) | |
tree | f1fd2ed3957f89fde8297a1e47099ddd0810e1b6 /external/glibc/makefile.mk | |
parent | ca938a0909ca22c7327924a6fce16b05b386b816 (diff) |
Updated makefiles and patch scripts to work for Mac OS X
Diffstat (limited to 'external/glibc/makefile.mk')
-rw-r--r-- | external/glibc/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/external/glibc/makefile.mk b/external/glibc/makefile.mk index 005b6061636d..43e8fe1408aa 100644 --- a/external/glibc/makefile.mk +++ b/external/glibc/makefile.mk @@ -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 |