Start the makefile's dependency section with a comment
Just to separate it visually from the preceding section
This commit is contained in:
parent
5729c18458
commit
540526a140
1 changed files with 2 additions and 0 deletions
2
Make.mk
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue