]> granicus.if.org Git - php/commitdiff
- Fix typo in warning suppressor
authorDerick Rethans <derick@php.net>
Thu, 7 Mar 2002 20:00:33 +0000 (20:00 +0000)
committerDerick Rethans <derick@php.net>
Thu, 7 Mar 2002 20:00:33 +0000 (20:00 +0000)
build/build2.mk

index 4954991c4573987b5c786329c37d56139ab874d0..b2404850bcb2f4aa445361c50511b4acab7c6f7c 100644 (file)
@@ -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