Index: Makefile =================================================================== --- Makefile +++ Makefile @@ -69,8 +69,7 @@ .include index: - @rm -f ${INDEXDIR}/${INDEXFILE} - @cd ${.CURDIR} && ${MAKE} ${INDEXDIR}/${INDEXFILE} + @cd ${.CURDIR} && ${MAKE} ${INDEXDIR}/${INDEXFILE}.tmp fetchindex: ${INDEXDIR}/${INDEXFILE}.bz2 @bunzip2 < ${INDEXDIR}/${INDEXFILE}.bz2 > ${INDEXDIR}/${INDEXFILE} && \ @@ -114,7 +113,8 @@ MAKE_INDEX= perl ${.CURDIR}/Tools/make_index .endif -${INDEXDIR}/${INDEXFILE}: +.PHONY: ${INDEXDIR}/${INDEXFILE}.tmp +${INDEXDIR}/${INDEXFILE}.tmp: @${INDEX_ECHO_1ST} "Generating ${INDEXFILE} - please wait.."; \ if [ "${INDEX_PRISTINE}" != "" ]; then \ export LOCALBASE=/nonexistentlocal; \