From 9902c7cb83ac0be006e252979c1ee07a0a1c58d8 Mon Sep 17 00:00:00 2001 From: Patrick Luby Date: Wed, 18 Oct 2000 19:19:51 +0000 Subject: [PATCH] Updated makefiles and patch scripts to work for Mac OS X --- external/glibc/makefile.mk | 7 +++++-- 1 file 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