From 540526a140647707b900b19a7a414bd4b051f424 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 29 Apr 2012 18:50:26 +0200 Subject: [PATCH] Start the makefile's dependency section with a comment Just to separate it visually from the preceding section --- Make.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Make.mk b/Make.mk index bcce337bf..545eb0b5a 100644 --- a/Make.mk +++ b/Make.mk @@ -355,6 +355,8 @@ dist-info: info html $(tarball) $(TARNAME)-info-text-$(VERSION) -C info.nr $(info) $(tarball) $(TARNAME)-info-html-$(VERSION) -C info.html $(addsuffix .html, $(info)) +# Dependencies + ifneq ($(deps),) -include $(deps) endif -- 2.43.0