mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Remove config.cache, if configure is rebuilt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
##############################################################################
|
||||
# $Id: build2.mk,v 1.2 2000/01/16 17:18:13 sascha Exp $
|
||||
# $Id: build2.mk,v 1.3 2000/01/16 18:20:17 sascha Exp $
|
||||
|
||||
include generated_lists
|
||||
|
||||
@ -65,6 +65,7 @@ $(TOUCH_FILES):
|
||||
|
||||
configure: aclocal.m4 configure.in $(config_m4_files)
|
||||
@echo rebuilding $@
|
||||
rm -f config.cache
|
||||
autoconf
|
||||
|
||||
$(apr_config_h_in): $(apr_configure) lib/apr/acconfig.h
|
||||
|
Reference in New Issue
Block a user