Fix building for VFS modules, prelease leftover config.cache and I

had to delete it for it to detect us properly, that file doesn't
exist anymore
This commit is contained in:
David W. Chapman Jr. 2002-06-20 20:08:08 +00:00
parent 6259cac885
commit 63482cc478
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61649

View file

@ -153,7 +153,7 @@ PLIST_SUB= AUDIT=${AUDIT} \
.if defined(WITH_RECYCLE) || defined(WITH_AUDIT)
post-build:
cd ${WRKDIR}/${DISTNAME}/examples/VFS; \
${RM} config.cache;./configure;${GMAKE}; \
./configure;${GMAKE}; \
${RM} -f config.cache config.log config.status
.endif