Start the makefile's dependency section with a comment

Just to separate it visually from the preceding section
This commit is contained in:
Markus Armbruster 2012-04-29 18:50:26 +02:00
parent 5729c18458
commit 540526a140

View file

@ -355,6 +355,8 @@ dist-info: info html
$(tarball) $(TARNAME)-info-text-$(VERSION) -C info.nr $(info) $(tarball) $(TARNAME)-info-text-$(VERSION) -C info.nr $(info)
$(tarball) $(TARNAME)-info-html-$(VERSION) -C info.html $(addsuffix .html, $(info)) $(tarball) $(TARNAME)-info-html-$(VERSION) -C info.html $(addsuffix .html, $(info))
# Dependencies
ifneq ($(deps),) ifneq ($(deps),)
-include $(deps) -include $(deps)
endif endif