I committed from the wrong tree, and the patch had a missing

INDEX -> ${INDEXFILE} conversion.
This commit is contained in:
Kris Kennaway 2002-12-04 18:03:35 +00:00
parent 99e0ceb918
commit 768b71b227
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71368

View File

@ -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."