Remove old dependency-check workaround for OSX <= 10.5

This commit is contained in:
katja 2016-09-20 13:01:10 +02:00
parent 9fd17957c7
commit 2832db38fd

View file

@ -891,14 +891,8 @@ $(foreach v, $(classes), $(eval $(declare-class-executable-target)))
# which case implicit prerequisites are not checked. # which case implicit prerequisites are not checked.
# When the Pd include path contains spaces it will mess up the implicit # When the Pd include path contains spaces it will mess up the implicit
# prerequisites rules. Also it is known that multiple arch flags are # prerequisites rules.
# incompatible with preprocessor option -MM on OSX <= 10.5. Dependency disable-dependency-tracking := $(strip $(pdincludepathwithspaces))
# tracking must be disabled in those cases.
oldfat := $(and $(filter ppc i386, $(machine)), \
$(filter-out 0 1, $(words $(filter -arch, $(c.flags)))))
disable-dependency-tracking := $(strip $(pdincludepathwithspaces) $(oldfat))
ifndef disable-dependency-tracking ifndef disable-dependency-tracking
must-build-everything := $(filter all, $(goals)) must-build-everything := $(filter all, $(goals))