From: Markus Armbruster Date: Sun, 29 Apr 2012 16:50:26 +0000 (+0200) Subject: Start the makefile's dependency section with a comment X-Git-Tag: v4.3.30~10 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=540526a140647707b900b19a7a414bd4b051f424 Start the makefile's dependency section with a comment Just to separate it visually from the preceding section --- 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