It is possible for someone to want to 'make update' wht SUPFILE not defined

while SUPFILE1 or PORTSSUPFILE are defined.
This commit is contained in:
Bill Fumerola 1999-12-16 01:21:48 +00:00
parent f06590f690
commit f647fd1549

View File

@ -264,7 +264,9 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Running ${SUP}"
@echo "--------------------------------------------------------------"
.if defined(SUPFILE)
@${SUP} ${SUPFLAGS} ${SUPFILE}
.endif
.if defined(SUPFILE1)
@${SUP} ${SUPFLAGS} ${SUPFILE1}
.endif