From: Apple Date: Thu, 23 Jun 2005 21:31:51 +0000 (+0000) Subject: CoreOSMakefiles-31.tar.gz X-Git-Tag: developer-tools-22^0 X-Git-Url: https://git.saurik.com/apple/coreosmakefiles.git/commitdiff_plain/75f10a5be1de76af4e664bf5b365a3a64bc60527 CoreOSMakefiles-31.tar.gz --- diff --git a/ReleaseControl/GNUSource.make b/ReleaseControl/GNUSource.make index a946ddb..a0f312d 100644 --- a/ReleaseControl/GNUSource.make +++ b/ReleaseControl/GNUSource.make @@ -90,9 +90,13 @@ endif Environment += TEXI2HTML="$(TEXI2HTML) -subdir ." +# 4158518: gcc-4.0 no longer allows multiple archs with -M*, so projects +# that have dependency tracking on by default, fail. So we set +# --disable-dependency-tracking to turn off dependency tracking. Configure_Flags = --prefix="$(Install_Prefix)" \ --mandir="$(Install_Man)" \ - --infodir="$(Install_Info)" \ + --infodir="$(Install_Info)" \ + --disable-dependency-tracking \ $(Extra_Configure_Flags) Install_Flags = prefix="$(RC_Install_Prefix)" \