Skip to content

Commit eafd672

Browse files
author
jim
committed
Just in case the Makefile is incompatible, remove the
fluff when we rebuild git-svn-id: http://svn.apache.org/repos/asf/httpd/httpd/trunk@1553165 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9516df9 commit eafd672

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildconf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ ${AUTOCONF:-autoconf} 2>&1 | grep -v "$cross_compile_warning"
201201
# Remove autoconf 2.5x cache directories
202202
rm -rf autom4te*.cache
203203

204+
# Remove possible bsd_converted file
205+
rm -rf bsd_converted
206+
204207
if [ -f `which cut` ]; then
205208
echo rebuilding rpm spec file
206209
( VMMN=`build/get-version.sh mmn include/ap_mmn.h MODULE_MAGIC_NUMBER`

0 commit comments

Comments
 (0)