]> git.saurik.com Git - bison.git/commitdiff
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 962116195e6befec7adc280632bd6bd8cf3a265b..d51cea62370b5598a4e574668c419d994be2dd1b 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.