maint: remove stray debug code.
authorAkim Demaille <demaille@gostai.com>
Tue, 31 Jan 2012 08:42:56 +0000 (09:42 +0100)
committerAkim Demaille <demaille@gostai.com>
Tue, 31 Jan 2012 08:42:56 +0000 (09:42 +0100)
* src/Makefile.am (echo): Remove.

src/Makefile.am

index 9621161..d51cea6 100644 (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.