maint: remove stray debug code.

* src/Makefile.am (echo): Remove.
This commit is contained in:
Akim Demaille
2012-01-31 09:42:56 +01:00
parent 6e40b8d825
commit 270ff8be14

View File

@@ -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.