From: fred Date: Sun, 24 Mar 2002 19:43:54 +0000 (+0000) Subject: lilypond-0.0.65 X-Git-Tag: release/1.5.59~4696 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eb617e601e2634b85d89506f2990aec38163e33b;p=lilypond.git lilypond-0.0.65 --- diff --git a/make/Targets.make b/make/Targets.make index 0a5a87b613..4c29b154a8 100644 --- a/make/Targets.make +++ b/make/Targets.make @@ -233,3 +233,7 @@ installexe: uninstallexe: for a in $(EXECUTABLES); do rm -f $(bindir)/`basename $a`; done + +ifneq ($(DEPFILES),) +include $(DEPFILES) +endif