Fix incremental builds involving non-root users with read-only source files.

This is a followup commit to r271771.

MFC after:	1 month
This commit is contained in:
Will Andrews 2014-09-18 14:54:20 +00:00
parent 93e8837937
commit ce2dea2a6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271778

View File

@ -33,7 +33,7 @@ LDADD+= -lssl -lcrypto -lpthread
# Misnamed file in upstream source
configlexer.l: configlexer.lex
cp -p ${.ALLSRC} ${.TARGET}
cp -fp ${.ALLSRC} ${.TARGET}
CLEANFILES+= configlexer.l
# Symbol prefix for lex and yacc