dependencies, and makes the build process refuse to generate them, so
this removes it. It should be used when making a distribution, though.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84356
13f79535-47bb-0310-9956-
ffa450edef68
files="Makefile `find ap lib main modules regex os -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`"
# suppress stupid automake warning
-automake --add-missing --include-deps $automake_flags $files 2>&1 | grep -v \$APACHE_OUTPUT_FILES >&2
+automake --add-missing $automake_flags $files 2>&1 | grep -v \$APACHE_OUTPUT_FILES >&2
mv configure configure.old 2>/dev/null