mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271778
@ -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