From: Ryan Bloom Date: Wed, 22 Aug 2001 13:37:26 +0000 (+0000) Subject: Add rules.mk back to the substitute list. I forgot to add the rules.mk.in X-Git-Tag: 2.0.25~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a712ab47714c23674ed0bbc9baf97dcc7cff12e8;p=apache Add rules.mk back to the substitute list. I forgot to add the rules.mk.in files last night, but they are there now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90488 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index e1b34822d2..77e71b6461 100644 --- a/configure.in +++ b/configure.in @@ -401,7 +401,7 @@ case $host in ;; esac -AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl support/dbmmanage support/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile,,[ +AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl support/dbmmanage support/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile build/rules.mk,,[ APACHE_GEN_MAKEFILES ])