From: Derick Rethans Date: Thu, 7 Mar 2002 20:00:33 +0000 (+0000) Subject: - Fix typo in warning suppressor X-Git-Tag: php-4.2.0RC1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35d8b9408e64c775c3aef67e83d1781575ca8fde;p=php - Fix typo in warning suppressor --- diff --git a/build/build2.mk b/build/build2.mk index 4954991c45..b2404850bc 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -60,7 +60,7 @@ $(makefile_in_files): $(makefile_am_files) aclocal.m4 configure.in $(config_m4_f aclocal.m4: configure.in acinclude.m4 dynlib.m4 aclocal 2>&1 | $(SUPPRESS_WARNINGS) -SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|.*AM_PROG_LEX.*|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_PROG_CPP called before)'||true) +SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|.*AM_PROG_LEX.*|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_PROG_CPP was called before)'||true) $(config_h_in): configure acconfig.h # explicitly remove target since autoheader does not seem to work