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:
parent
93e8837937
commit
ce2dea2a6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user