From: Akim Demaille Date: Tue, 31 Jan 2012 08:42:56 +0000 (+0100) Subject: maint: remove stray debug code. X-Git-Tag: v2.5.1_rc2~111 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/270ff8be147bdc9492e7aae511b307111cacb369?ds=inline maint: remove stray debug code. * src/Makefile.am (echo): Remove. --- diff --git a/src/Makefile.am b/src/Makefile.am index 96211619..d51cea62 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -84,8 +84,6 @@ yacc: $(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@ $(AM_V_at)chmod a+x $@ -echo: - echo $(bison_SOURCES) $(noinst_HEADERS) # The following rule is not designed to be portable, # and relies on tools that not everyone has.