Remove CSS_SHEET from .OBJDIR during `make clean'.
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
This commit is contained in:
parent
fe7ce720f4
commit
9089b6feca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13576
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ ZIP_CMD?= ${PREFIX}/bin/zip -j ${ZIP}
|
|||
|
||||
.if ${.OBJDIR} != ${.CURDIR}
|
||||
LOCAL_CSS_SHEET= ${.OBJDIR}/${CSS_SHEET:T}
|
||||
CLEANFILES+= ${LOCAL_CSS_SHEET}
|
||||
.else
|
||||
LOCAL_CSS_SHEET= ${CSS_SHEET:T}
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue