fix include of Makefiles: cleanup *.xml files as well
PR: 222668
This commit is contained in:
parent
fe11722698
commit
6e9e5961ed
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50950
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
.if exists(../../en/ports/Makefile.inc)
|
||||
.include "../../en/ports/Makefile.inc"
|
||||
.if exists(../../../en_US.ISO8859-1/htdocs/ports/Makefile.inc)
|
||||
.include "../../../en_US.ISO8859-1/htdocs/ports/Makefile.inc"
|
||||
.endif
|
||||
|
||||
.if exists(Makefile.gen)
|
||||
|
|
Loading…
Reference in a new issue