projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e40b8d
)
maint: remove stray debug code.
author
Akim Demaille
<demaille@gostai.com>
Tue, 31 Jan 2012 08:42:56 +0000
(09:42 +0100)
committer
Akim Demaille
<demaille@gostai.com>
Tue, 31 Jan 2012 08:42:56 +0000
(09:42 +0100)
* src/Makefile.am (echo): Remove.
src/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 962116195e6befec7adc280632bd6bd8cf3a265b..d51cea62370b5598a4e574668c419d994be2dd1b 100644
(file)
--- 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.