I committed from the wrong tree, and the patch had a missing
INDEX -> ${INDEXFILE} conversion.
This commit is contained in:
parent
99e0ceb918
commit
768b71b227
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71368
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -75,7 +75,7 @@ ${.CURDIR}/${INDEXFILE}:
|
|||
@sed -e 's./..g' ${.CURDIR}/${INDEXFILE} | \
|
||||
sort -t '|' +1 -2 | \
|
||||
sed -e 's../.g' > ${.CURDIR}/${INDEXFILE}.tmp; \
|
||||
mv -f ${.CURDIR}/INDEX.tmp ${.CURDIR}/${INDEXFILE}
|
||||
mv -f ${.CURDIR}/${INDEXFILE}.tmp ${.CURDIR}/${INDEXFILE}
|
||||
.endif
|
||||
@echo " Done."
|
||||
|
||||
|
|
Loading…
Reference in a new issue