]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.65
authorfred <fred>
Sun, 24 Mar 2002 19:43:54 +0000 (19:43 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:43:54 +0000 (19:43 +0000)
make/Targets.make

index 0a5a87b61300f7dc8984f64844501a6740879da9..4c29b154a8c55464e92dd53252e3bb217cb54c90 100644 (file)
@@ -233,3 +233,7 @@ installexe:
 
 uninstallexe:
        for a in $(EXECUTABLES); do rm -f $(bindir)/`basename $a`; done
+
+ifneq ($(DEPFILES),)
+include $(DEPFILES)
+endif